23 / resumable.js

A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.
MIT License
4.65k stars 612 forks source link

drag and drop is limited to 100 #495

Closed emreesirik closed 6 years ago

emreesirik commented 6 years ago

If I drag and drop folder that has more than 100 files. It will only upload 100 file. Is there any limit for browser

emreesirik commented 6 years ago

I am using 1.1.0 version but it is work on source code. When will you put new release

steffentchr commented 6 years ago

It'll be a bit before I'll have the chance to run through testing well enough to mark this up as a release. In the meantime, referencing master is a better bet.

vdiaza commented 4 years ago

Hi, has this issue been addressed?