Where Is a Proper Place To Store TEMPORARY Files?

2004-10-18 Thread Caroline Jen
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?

Re: Where Is a Proper Place To Store TEMPORARY Files?

2004-10-18 Thread Shinobu Kawai
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 usu

Re: Where Is a Proper Place To Store TEMPORARY Files?

2004-10-18 Thread Shinobu Kawai
Oops... I meant > I usually use System.getProperty("java.io.tmpdir"). http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getProperties() Best regards, -- Shinobu Kawai -- Shinobu Kawai <[EMAIL PROTECTED]> - To

RE: Where Is a Proper Place To Store TEMPORARY Files?

2004-10-18 Thread Hiran.Chaudhuri
[EMAIL PROTECTED] > Sent: Montag, 18. Oktober 2004 14:46 > To: Struts Users Mailing List > Subject: Re: Where Is a Proper Place To Store TEMPORARY Files? > > Hi Caroline, > > > Now, I have this situation: While the web application is running, I > > need a place to store a

Re: Where Is a Proper Place To Store TEMPORARY Files?

2004-10-18 Thread Craig McClanahan
On Mon, 18 Oct 2004 06:27:18 -0700 (PDT), Caroline Jen <[EMAIL PROTECTED]> wrote: > 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 > stor