tech/webdev magazine

March 13, 2015

Easy Zip Parsing with JSZip and Angular

Friday, March 13, 2015 Teklinks

I recently had a client approach me about an interesting problem for which they needed a solution where their customers could drop a zip file onto the browser, unzip the file and parse an XML manifest. They wanted to know if it was possible to do this all in the browser without having to send the zip file to the server for processing. Geoff Goodman and I came up with a pretty easy solution that I wanted to share given its incredible utility.

Full article