Unzip files using JavaScript
Posted
by techfandu
on Stack Overflow
See other posts from Stack Overflow
or by techfandu
Published on 2010-01-19T17:54:40Z
Indexed on
2010/05/28
2:11 UTC
Read the original article
Hit count: 258
I want to display OpenOffice files, .odt and .odp at client side using a web browser.
These files are zipped files. Using Ajax, I can get these files from server but these are zipped files. I have to unzip them using JavaScript, I have tried using inflate.js, http://www.onicos.com/staff/iz/amuse/javascript/expert/inflate.txt, but without success.
How can I do this?
© Stack Overflow or respective owner