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 am using vue2-dropzone to upload multiple photographs into AWS S3 bucket.
File upload function works fine.
On the other hand, file delete function does not work as I expected.
If I moved another page as soon as file upload function works perfectly, file delete function starts to work and delete the file that I uploaded a second ago from AWS S3 bucket.
is it normal behavior for vue2-dropzone?
If I reload the file upload page and move another page after file upload function works, the file stays in AWS S3.
・version
[email protected]
[email protected]
I am using vue2-dropzone to upload multiple photographs into AWS S3 bucket.
File upload function works fine.
On the other hand, file delete function does not work as I expected.
If I moved another page as soon as file upload function works perfectly, file delete function starts to work and delete the file that I uploaded a second ago from AWS S3 bucket.
is it normal behavior for vue2-dropzone?
If I reload the file upload page and move another page after file upload function works, the file stays in AWS S3.
Here is my component.
I would like to move another page as soon as I upload file successfully.
Thank you for your cooperation.
The text was updated successfully, but these errors were encountered: