开发者

Unzipping zip archives with JavaScript in Firefox 3.6

开发者 https://www.devze.com 2022-12-18 17:29 出处:网络
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 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


There are existing libraries, here is one (as an example): http://code.google.com/p/jslibs/

0

精彩评论

暂无评论...
验证码 换一张
取 消