Rowan Winsemius

Results 314 comments of Rowan Winsemius

Does it give you an error message @rafailml or is it just failing to clear the items? Can yo ushare a snippet of what you have currently?

Take a look at the dropzone.js options - of interest is the `autoProcessQueue` option, which you then need to follow with a call to `.processQueue()` Something like ```` .... dropzoneOptions:...

Hi @NeoTianHow Yes I suspect the base64url is the cause of the issue. If you look at [these lines](https://github.com/rowanwins/vue-dropzone/blob/master/src/components/vue-dropzone.vue#L263-L264) you will see that we attempt some basic validation before creating...

Hi @sdudasko You may need to explain more about your setup but perhaps use `getQueuedFiles()` method and then get the size of each file?

Hi @KevangPatel Sorry for the slow reply. Can you post a screenshot of what you're trying to achieve and why you can't achieve it with [a custom template](http://localhost:8080/#/custom-preview)? Thanks

The suggested approach in dropzonejs doco is to use something like ```` ```` data-dz-remove is the critical part apparently so presumably you could swap out the img element for a...

This is related to the s3 implementation being not very sophisticated.

This seems like a really good and simple fix @oh-yeah - I'll try and take a look over the next few nights and get it merged in and released.

Hard to say what's going on here - did you ever work it out?