Create .ZIP Files with JavaScript: JSZip

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 browser client to do it for you and JSZip helps to create .Zip files with Javascript.

Create .ZIP Files with JavaScript

The biggest issue with JSZip is that the filenames are very awkward, Firefox generates filenames such as a5sZQRsx.zip.part, and Safari isn’t much better with just Unknown.

Sadly there is no pure Javascript solution to this. However Downloadify can be used to download files to a user’s computer with a filename that you can choose.

Related Posts

2 Comments Post a comment

  1. Pingback: Tweets that mention Create .ZIP Files with JavaScript: JSZip | Greepit -- Topsy.com

  2. Pingback: Create .ZIP Files with JavaScript: JSZip | Greepit – javascript - dowiedz się więcej!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>