Would appreciate any update on this thanks.
I've also discovered that it looks like an upload is done and THEN a check if text is entered into the Description field is done. If this fails it reports an error and, then when corrected, requires that the file be uploaded again (i.e. another long wait). Also the file is uploaded and THEN the file type is checked (again wasted time and bandwidth).
Am running Repository 03.01.13 on DNN 4.4.1. web.config:
<httpRuntime
useFullyQualifiedRedirectUrl="true"
maxRequestLength="1024000"
requestLengthDiskThreshold="1024000"
executionTimeout="18000" />
Have uploaded a 14.5Mb file OK, but it times out on a 35Mb one.