zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

Uploading a lot of files #112

Closed Alados closed 6 years ago

Alados commented 6 years ago

When I try to upload a lot of files (without sending on server) I have problem that a few files are uploaded indefinitely. That occur with 100+ files. I overrided event totalUploadProgress and got 100% readiness, but event queueComplete isn't invoke at all.

sconix commented 6 years ago

You should address that problem in Dropzone forums, this is just a wrapper for Dropzone so only takes care of initializing dropzone and passing in the configuration nothing else.