问题
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
回答1:
There are existing libraries, here is one (as an example): http://code.google.com/p/jslibs/
来源:https://stackoverflow.com/questions/2163857/unzipping-zip-archives-with-javascript-in-firefox-3-6