On Tue, 2006-02-28 at 13:54 +0000, Andrew Le Quesne wrote: > Hello, > > I have a web app which uses the CForms upload widget to upload files, > which it is saving in the > > Upload-directory I have specified in the webapp’s WEB-INF/web.xml > file. > > The application is running in Jetty and whenever Jetty is restarted > any files in this upload directory are deleted. > > It seems from my subsequent research on the internet that the > upload-directory is only a temporary folder and that if I want to save > them permanently they will either need to be moved or saved > separately. > > Can anyone confirm whether or not this is correct, or is there in fact > a way to stop them being deleted in the first place?
The upload directory is indeed only a temporary storage. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
