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

Facing out of memory error while uploading <3.5Gb file using Resumable.js client #593

Open apoorva-dapake-bh opened 3 years ago

apoorva-dapake-bh commented 3 years ago

While trying to upload file <3.5Gb, I am getting out of memory error and upload progress shown on browser is roughly between 70-80%. I have tried with different chunk size as well(5Mb, 10Mb, 15Mb) but no luck. I am getting same error on chrome, Mozilla and edge browser. Attaching screenshot.

Any suggestions?

ChunkSize10MB__