Large File (100MB+) Upload Issue
- From: "Stryjewski Lindsey" <stryjewski_lindsey (at) bah.com>
- Date: Thu, 12 Oct 2006 15:29:03 -0400
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:Chuck.Caldarale (at) unisys.com]
Sent: Thursday, October 12, 2006 3:18 PM
To: Tomcat Users List
Subject: RE: Large File (100MB+) Upload Issue
> From: Martin Gainty [mailto:mgainty (at) hotmail.com]
> 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 (at) tomcat.apache.org To unsubscribe,
e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org