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]
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/