[EMAIL PROTECTED] wrote:

I am facing a problem after handling an upload request.

1. I am trying to upload a file on tomcat. , this is done successfully.

2. I am trying to unzip this file using the java zip libs. But I get an
io excwption that there is an open stream on the file.


Not sure what the problem is. You could avoid saving the archive; it's in memory anyway so why not extract the content from the zip stream and save that instead?

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to