Filesaver.js: Saving multiple files in ZIP

Created on 26 Dec 2017  路  2Comments  路  Source: eligrey/FileSaver.js

I want to know if filesaver can be used to download multiple files, and if so can they be downloaded using ZIP file?

Most helpful comment

You could use something like jszip... pack all your files, generate a zip (blob) and save that zip using fileSaver

All 2 comments

You could use something like jszip... pack all your files, generate a zip (blob) and save that zip using fileSaver

This question can be closed, right?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sangyeol-kim picture sangyeol-kim  路  5Comments

CSchulz picture CSchulz  路  4Comments

josepoma picture josepoma  路  4Comments

strobec picture strobec  路  4Comments

danielbronder picture danielbronder  路  6Comments