flowjs / flow.js

A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
Other
2.96k stars 346 forks source link

Your file progress is wrong. #311

Closed yanivkalfa closed 3 years ago

yanivkalfa commented 4 years ago

When i upload a single file it reports process 1/100% on second to last chunk. that's incorrect.

It also reports that the first file is complete before it really completed.