Tuesday, January 11, 2011

JSZip

Create .zip files with Javascript

Why?

  1. 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.
  2. Because it's cool!
http://jszip.stuartk.co.uk/

No comments: