R
Ron Vecchi
When posting a file upload I have taken in consideration the
maxRequestLength and set it accordingly. In my case where a posibility of a
30 meg file can be uploaded I set it to 30720.
Although its hard to test since I'm developing locally I am a little worried
about the time it might take to post this 30 mb file if the person is on
dialup. (worst case scenario) Is there anything that would timeout on me.
I have looked into executionTimeout in the web.config but this seems to
apply to the actuall processing time of aspnet and not the time a file takes
to be posted. To test I set it to two seconds and the file being uploaded
locally took about 15 seconds. So setting this attribute did nothing as for
the time the fileupload took to be posted.
Is there nothing to worry about when the file is being uploaded to the
server as far as timeing out is concerned. Let's say it takes 2 hours to
upload, will this happen without a timout?
Thanks
maxRequestLength and set it accordingly. In my case where a posibility of a
30 meg file can be uploaded I set it to 30720.
Although its hard to test since I'm developing locally I am a little worried
about the time it might take to post this 30 mb file if the person is on
dialup. (worst case scenario) Is there anything that would timeout on me.
I have looked into executionTimeout in the web.config but this seems to
apply to the actuall processing time of aspnet and not the time a file takes
to be posted. To test I set it to two seconds and the file being uploaded
locally took about 15 seconds. So setting this attribute did nothing as for
the time the fileupload took to be posted.
Is there nothing to worry about when the file is being uploaded to the
server as far as timeing out is concerned. Let's say it takes 2 hours to
upload, will this happen without a timout?
Thanks