DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27777>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27777 Temp files stay in work directory after upload Summary: Temp files stay in work directory after upload Product: Struts Version: 1.0 Final Platform: PC OS/Version: Windows XP Status: NEW Severity: Critical Priority: Other Component: File Upload AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I use struts formfiles in order to upload files from a browser to the server. At upload time, struts creates a temp file under the work/[webapp name] directory of TOMCAT. Then after upload is completed, it calls formFile.destroy () but the temp file does not get deleted. This is a huge problem as the temp files stay in the server and keep growing with every upload. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]