Unpacking ZIP archives using JavaScript in Firefox 3.6

I play with an application that demonstrates some of the features of Firefox 3.6, most of which are listed here: http://demos.hacks.mozilla.org/openweb/ p>

I want to drag the zip file into the browser, unzip it and work with the unpacked content.

Are there existing libraries that can do this? Does FireFox 3.6 have something I can use? Or will I need to collapse my own unzipper library?


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

+5
source share
1 answer
+1

All Articles