flowjs / flow.js

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

Consult the processing of chunk after the Internet disconnect #267

Open 364124337 opened 5 years ago

364124337 commented 5 years ago

Hello, may I use the testChunks parameter to send a get request and judge whether the current chunk has been uploaded according to the status code. Is there any other way to judge it? For example: Know which chunks are uploaded, can you skip which chunks have been uploaded, and send the remaining chunks of the normal request directly?