Hi Caroline,
> Now, I have this situation: While the web application
> is running, I need a place to store an uploaded file
> temporarily and then write this file out.
>
> Where is the proper place to create a directory to
> store a temporary file?
>
> Is any place in the application OKay?
I usually use System.getProperty("java.io.tmpdir").
http://localhost/java/jdk1.5.0/docs/api/java/lang/System.html#getProperties()
Best regards,
-- Shinobu Kawai
--
Shinobu Kawai <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]