PDA

View Full Version : DF181A2: Crash uploading 7GB file



Roel Westhoff [W4]
20-Mar-2015, 01:48 AM
Hi Daw,

I used the weborder workspace

Uploaded a7GB file via the dropzone. Didn't test other options.
Got the below error

8726

It seems that the previous reported problem that multiple uploads in onde session will the crash the app is gone.

Roel

Harm Wibier
20-Mar-2015, 03:23 AM
7 GB is pretty excessive. Happy to hear that it seems to go better as before.

This is an IIS error caused by the "maxRequestLength" setting. Under IIS open the configuration editor and go to "system.web/httpRuntime". There you'll find this setting which limits the maximum HTTP request in kilobytes.

chuckatkinson
6-Apr-2015, 07:48 AM
Interesting problem. Following Harm's suggestion there is an interesting posting (https://social.msdn.microsoft.com/Forums/en-US/e98bec20-7c73-4bb3-90ec-43d99b0668d9/maxrequestlength-is-there-a-maximum-value?forum=asmxandxml) on Microsoft Development Network forum. So basically it says if you have some EXTRA large upload/download you will need to chunk it to process.

And this (https://msdn.microsoft.com/en-us/library/vstudio/e1f13641(v=vs.100).aspx) post has all the settings explained. One of note for some developers is the executionTimeout which I think is the culprit when running long server side processes.