You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the instructions in order to make it work but I could not do it, in order to upload files into S3 I had to edit the index.js file as follows:
Using the 0.4.5 by making an npm install arvindr21/blueimp-file-upload-expressjs has resolved the problem for me.
So it should be good if the latest version were on npm :)
@Hiswe yeah you are right, I had noticed it, passing arvindr21/blueimp-file-upload-expressjs through the package.json file, it worked! But it looks like the repo has not been updated in npm.
The crazy thing! I saw that the images are being deleting but in the console there is an error alert like they were not being deleted, then the nodejs process is closed automatically due to this error. I couldn't get to solve it yet.
I've followed the instructions in order to make it work but I could not do it, in order to upload files into S3 I had to edit the
index.js
file as follows:The processed option was not being updated, so the post method died as pending.
I could not get to remove any file, the request to delete the file or files is being doing to the local host instead of aws s3.
Did someone have the same problem?
The text was updated successfully, but these errors were encountered: