how do i extract a zip folder in a web directory

i upload a zip folder (which contain lots of customer picture) to a web directory now i want to extract that folder.how should i do this?can any one help me pls pls pls
[196 byte] By [Salahuddina] at [2007-10-2 5:49:26]
# 1
See for example Unzip servlet in JSOS: http://www.servletsuite.com/servlets.htm
dnamiota at 2007-7-16 1:58:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Java 1.4 comes with a package to handle zip files: http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.htmlHere is an article on how to use these classes: http://www.devshed.com/c/a/Java/Zip-Meets-Java/1/
tolmanka at 2007-7-16 1:58:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...