简体   繁体   中英

Proper way to download multiple AWS s3 files via javascript and zip

I have multiple images. I want to download the files in the client side and zip it. I tried using JSZip and works ok in less than 10 files, but crashes if files are more than 10.

Is their any way to do this without zipping it in the server side?.

"ZIP64 files can be loaded, but only if the zip file is not "too big"

source JSZip - GitHub

Also check the issues

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM