Unzipping zip archives with JavaScript in Firefox 3.6

Posted by August Lilleaas on Stack Overflow See other posts from Stack Overflow or by August Lilleaas
Published on 2010-01-29T17:37:28Z Indexed on 2010/05/26 20:11 UTC
Read the original article Hit count: 251

Filed under:
|
|
|
|

I am toying with an application that will demo some Firefox 3.6 specific functionality, most of which are listed here: http://demos.hacks.mozilla.org/openweb/

I want to drag a zip file in the browser, unzip it, and work with the unzipped contents.

Are there any existing libraries that can do this? Does FireFox 3.6 in particular have something I can use? Or would I have to roll my own unzipper library?


For the record: http://github.com/augustl/js-unzip

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about firefox