jszip
jszip copied to clipboard
Create, read and edit .zip files with Javascript
I have a zip (2 txt files and 1 folder with 3 images) that I want to read/load, say mybox.zip: - mybox.zip - myfile1.txt - myfile2.txt - myfolder - myimage1.jpg...
I am using JSZip to generate a zip containing multiple files. The data is coming from the server in JSON format. I am only getting 2 files inside the for...
I'm the maintainer of a [package](https://atmospherejs.com/udondan/zipzap)\* which packs jszip for the [Meteor framework](https://www.meteor.com/). Meteor has the option to set dependencies from npm, which I do. The package adds zip functionality...
I was trying out [io.js](http://iojs.org) 1.0.1 this morning, and using the [jpm](https://www.npmjs.com/package/jpm) package, wanted to create an XPI file (zip file with different extension that contains a Firefox add-on). I...
URLs changed http://www.pkware.com/support/zip-application-note https://www.pkware.com/support/zip-app-note https://developer.mozilla.org/en/The_data_URL_scheme https://developer.mozilla.org/en-US/docs/Web/HTTP/data_URIs APPNOTE.TXT changed https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
When I try to load a 2.2GB .zip file, jszip throws an error. Other .zip files work just fine. I've tried other .zip files, up to 4GB, that work without...
The ZIP file format specification has included support for LZMA compression since 2006. (And there is also bzip2 support since 2001) What's about to support LZMA in jszip, too? There...
I want to zip kinds of files,but I try many times I just can't zip chinese name file,such as zip.file('顶顶顶顶', fs.readFileSync(path)); .Can you help me ? Thank you very much!
Hi Stuart, we are considering using your jszip to create an archive from a 2 million small text files. Would you see this as problematic? Did you ever test this...
Following statements should return equal result: zip.file('word/customXml/item2.xml') zip.folder('word').file('../customXml/item2.xml') But instead of file object, later return null.