JS
Zip
API
How to / examples
Performances / limitations
JSZip on Github
How to ...
Use JSZip
Read a file
Write a file
Examples
Read local file
Read remote file
Give the user its zip file
Mini app : downloader
Download the generated zip file
Tip : check the source of the page !
The FileSaver API
Works on firefox, chrome , opera >= 15 and IE >= 10 (but NOT in compatibility view).
click to download
The data URL
Does not work in IE, has restrictions on the length.
click to download