vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

aws S3 upload continues after cancellation?

Open adnanmuttaleb opened this issue 5 years ago • 2 comments
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,

adnanmuttaleb avatar Mar 26 '20 12:03 adnanmuttaleb

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

rowanwins avatar May 03 '20 13:05 rowanwins

underway in #549

rowanwins avatar May 09 '20 05:05 rowanwins