I am trying to get a web form to accept large files via http uploading.
It currently works for 30MB+ files, but only if the file can be uploaded
in less than 8 minutes.

I am able to upload any size file (tried up to 100MB) if it is done on
the same LAN as the webserver.

Howvere, if done from a slower connection, The upload fails after 8
minutes.

I feel I am getting a timeout somewhere, but can't figure out what
settings to change.

I have modified the httpRuntime key in the web.config file and set the
timeout to 86400 seconds (1 day).  I have also set the timeout in the
properties of the website under the IIS admin tool.

Is there a timeout anywhere else I need to modify?

Perhaps this is a setting in the browser?

--b

Bryan Batchelder 
eBusiness Consultant 
ConnectWise, Inc. 
813-935-7100 x 425

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to