Rowan Winsemius
Rowan Winsemius
Sorry for the slow reply, can you create a mockup of what you are trying to achieve @devondahon , I'm having a bit of trouble understanding what you want to...
Hi @czbas23 & @RomanNalapko You should be able to find some suggestions to support IE11 in this issue https://github.com/rowanwins/vue-dropzone/issues/437 Regards, Rowan
Can you try `npm install @babel/polyfill --save` and then somewhere in your project do `import '@babel/polyfill'`
All good @rosdi :) I understand that it would be good for it to work, we just need to find a repeatable way for people to do it..
Thanks for sharing @jsodeman
Hi @thatdoorsajar & @lenvanessen A fix would indeed be great. Unfortunately I'm now operating on a mac and so IE11 testing is a bit trickier. I'm open to a PR...
Hi @adarshmadrecha The S3 implementation is very light-weight so resizing isn't yet supported. Alot of work needs to happen for the s3 stuff so I'm not able to put a...
Whoops accidentally closed
Hi @rafailml You can try and set `autoProcessQueue` [dropzone option](http://www.dropzonejs.com/#config-autoProcessQueue) to false, you'll then need to call the `processQueue()` method on the submission of the form. So something like ````...
Hi @rafailml I believe it's probably due to the `parallelUploads` [option](http://www.dropzonejs.com/#config-parallelUploads). You either need to bump up that limit or you basically do a loop, whereby you upload two at...