vue-dropzone
vue-dropzone copied to clipboard
aws S3 upload continues after cancellation?
trafficstars
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,
The S3 implementation is quite light weight at the moment so this requires some additional work to handle this scenario
underway in #549