Just to clarify, the upload "completed" insofar as the temp file (named "upload_0000#.tmp") finished... The action class is then supposed to call the appropriate method which writes the file to the appropriate storage directory, but this never happens.
Regards, Lindsey -----Original Message----- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 3:18 PM To: Tomcat Users List Subject: RE: Large File (100MB+) Upload Issue > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Large File (100MB+) Upload Issue > > go to your server.xml > for your non-SSL HTTP/1.1 Connector on port 8080 connector in > server.xml set > > disableUploadTimeout="false" Doing so forces the connector to use a massaged connectionTimeout value for uploads (default 1 minute) rather than the standard upload timeout, which is 5 minutes. This certainly won't help the situation. Regardless, changing the upload timeout handling is irrelevant, since the OP stated that the upload completed, but the post-processing did not. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]