Zip large amount files by splitting into multiple zip and download with JSZip

Viewed 23

I need to make a function zip multiple files (around 1000 files > 6GB) but seem like browser can't handle that task in 1 zip. So can I split into multiple zip file and zip asynchronously? Also does this way have better performance ? I'm using JSZip library. Thanks.

0 Answers
Related