opening and reading zip file

hi...

any one can help for this....i want to write a program for reading and opening zip file in internet explorer..for this isn't unzipping file needed ?

is there any package is needed?i know how to save the zip file inside folder in the local sytem..but how to open the zip file content in IE?

[316 byte] By [ashithasahadevana] at [2007-11-27 6:06:07]
# 1

The java.util.zip package in java can do zipping unzipping.

But that means uploading the zip file to the server, to run it in java code.

I don't really see any point in uploading a zip file to download the unzipped contents :-)

Are you trying to display the contents of a zip file before downloading it or something?

evnafetsa at 2007-7-12 16:20:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

hi..

i want to displayed the string contents contained in zip file in IE....using java.util.zip i can unzipping the zip file and all sub file saved inside a folder and open and read that file...In zip file sub files included like text file,doc file,excel file....etc...then i want to display all it's string contents in IE..any one help for this..

ashithasahadevana at 2007-7-12 16:20:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...