We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to cancel uploading files programmatically with a user event (clicking a stop button while uploading). How can I accomplish it?
The text was updated successfully, but these errors were encountered:
Yes, how do we cancel uploading files?? Also how do we cancel uploading files to AWS?
Sorry, something went wrong.
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.
Underway in #549
Successfully merging a pull request may close this issue.
I would like to cancel uploading files programmatically with a user event (clicking a stop button while uploading). How can I accomplish it?
The text was updated successfully, but these errors were encountered: