Depending on how you are using the commons file upload API you will
probably need to close() or at lest flush() flush the File object before
turning around and calling it again. This will ensure that the file is
finished writing to the disk before it is called.
[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.
Since the 2 tasks are done in succession Is it possible that the
fileupload lib has for a period of time a lock on the file ?
Holding some stream open? If so what can I do
Kind regards
V.(Billy) Kantartzis
Surveilance & Reconnaissance Recource Centre
Command & Control Systems Devision
T:+31(0)70374-3706
F: +31(0)70374-3079
E:[EMAIL PROTECTED]
--
Brian Cook
Digital Services Analyst
Print Time Inc.
[EMAIL PROTECTED]
913.345.8900
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]