Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws S3 upload continues after cancellation? #538

Open
adnanmuttaleb opened this issue Mar 26, 2020 · 2 comments · May be fixed by #549
Open

aws S3 upload continues after cancellation? #538

adnanmuttaleb opened this issue Mar 26, 2020 · 2 comments · May be fixed by #549

Comments

@adnanmuttaleb
Copy link

adnanmuttaleb commented Mar 26, 2020

I set the addRemoveLinks option to true on my vue-dropzone component. The remove's link appear and clicking it cause the upload file to be removed from the widget, but still the v-on:vdropzone-s3-upload-success handler fire after cancellation. How to resolve this?

: true,

@rowanwins
Copy link
Owner

The S3 implementation is quite light weight at the moment so this requires some additional work to handle this scenario

@rowanwins
Copy link
Owner

underway in #549

@rowanwins rowanwins linked a pull request May 9, 2020 that will close this issue
8 tasks
@rowanwins rowanwins added this to the v3.7 milestone May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants