Unzipping zip archives with JavaScript in Firefox 3.6

こ雲淡風輕ζ 提交于 2019-12-28 13:55:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!