> -----Original Message-----
> From: John McNally [mailto:[EMAIL PROTECTED]]

[...]
> Note that the directory must exist.  The service first checks that the
> directory exists in the webapp directory, if not it assumes 
> the path was absolute.

Speaking on FileItem (it seems it has moved to commons now).

I would suggest adding a call to File.deleteOnExit() otherwise if you
shutdown your application (even normal termination) per VM specification
finalize() will not be called and you will end up with tmp files that are
not deleted.

Stephane

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

Reply via email to