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

How to cancel uploading files to S3? #514

Open
giray123 opened this issue Dec 2, 2019 · 3 comments · May be fixed by #549
Open

How to cancel uploading files to S3? #514

giray123 opened this issue Dec 2, 2019 · 3 comments · May be fixed by #549

Comments

@giray123
Copy link

giray123 commented Dec 2, 2019

I would like to cancel uploading files programmatically with a user event (clicking a stop button while uploading). How can I accomplish it?

@yabuking84
Copy link

Yes, how do we cancel uploading files?? Also how do we cancel uploading files to AWS?

@rowanwins
Copy link
Owner

Probably something like

const files = this.$refs.myVueDropzone.getUploadingFiles()
files[0].xhr.abort()

FOr AWS its probably trickier because our implementation is not very sophistaicated.

@rowanwins rowanwins linked a pull request May 9, 2020 that will close this issue
8 tasks
@rowanwins
Copy link
Owner

Underway in #549

@rowanwins rowanwins changed the title How to cancel uploading files? How to cancel uploading files to S3? May 9, 2020
@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.

3 participants