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 611 forks source link

Fewer chunks failing while uploading Zip and TIF files #603

Open shashankshekher-bh opened 2 years ago

shashankshekher-bh commented 2 years ago

Tried zipping few files using windows powershell and uploading using resumable, but upload fails with 403 error for few specific chunks only (repeatedly). Although, when zipped using 7zip or any other zip tool, the file uploads successfully.

Similar issue observed in case of TIF file type, a few specific chunks always fail with 403 error while uploading through resumable.

mhsayan commented 11 months ago

@shashankshekher-bh Yes, it happened to me also.