compression
Posted: Sun May 11, 2008 4:34 pm
#1 Is it possible to implement compression on the fly using zip /gzip streams (java.util.zip) rather than creating temporary files using the API?
#2 On the server how can I identify a file that was compressed by jfileupload versus a file that was skipped as it was in the ignore list? Basically I want to handle the case where a zip file is being uploaded as-is from the case where a .zip extension was added by jfileupload and I need to uncompress on the server.
#2 On the server how can I identify a file that was compressed by jfileupload versus a file that was skipped as it was in the ignore list? Basically I want to handle the case where a zip file is being uploaded as-is from the case where a .zip extension was added by jfileupload and I need to uncompress on the server.