unzip strings in javascript
Posted
by sopppas
on Stack Overflow
See other posts from Stack Overflow
or by sopppas
Published on 2009-05-23T19:23:06Z
Indexed on
2010/04/13
5:13 UTC
Read the original article
Hit count: 604
anyone knows a simple JS library implementing the UNZIP algorithm? No disk-file access, only zip and unzip a string of values. there are ActiveX, using WinZIP and other client dependent software for ZIP, written in JS.
but no pure algorithm implementation, is it really difficult or non-functional?
i would use it for displaying KMZ files in a HTML page with the GMap object (google maps). The KMZ file is just a zipped KML file. I want to unzip a KMZ file and feed the KML to GMap.
© Stack Overflow or respective owner