JSZipCurrent Version: 3.10.1 Community Rating: JSZip creates .zip files with Javascript. |
Hosting Service Optimized for JSZip
JSZip helps you create .zip files with Javascript.
JavaScript today is capable of generating a lot of data. The easiest way to deliver multiple files to your users is in a zip file. Instead of wasting server resources and bandwidth you can get the client to do it for you by JSZip.
Cloud VDS JSZip Solution
Get JSZip Hosting Now $ 49.95 /mo- JSZip Installation
- 20GB Disk Space
- Unlimited Monthly Transfer
- Root SSH Access
- Managed Firewall
Dedicated
JSZip Solution
Get JSZip Hosting Now
$ 129 /mo
- JSZip Installation
- 32GB RAM
- cPanel Included
- 480GB SSD + 1TB HDD
- Choice of Datacenter
Just a few features JSZip offers:
- add(name, data [,options])Add a file to the zip file. Supports chaining.
- folder(name)Add a directory to the zip file. Supports chaining.
- find(needle)Compare a string or regular expression against all of the filenames and returns an informational object for each that matches.
- remove(name)Delete a file or folder.
- generate(asBytes = false)Generates the complete zip file. By default encoded as base64.