cutechat:
Hi,
When use the 'UseAspNetStream' mode , the uploader will stop intercept the input stream .
So ASP.NET will handle it , but will be limited by <httpRuntime maxRequestLength="4096" />
please change it to a larger value .
Regards,
Terry
Hi Terry,
unfortunately this cannot be the problem, since our web.config (on both webservers) already has a larger value for maxRequestLength. This is our current httpRuntime setting:
<httpRuntime executionTimeout="7200" maxRequestLength="2097151"/>
Is there something else that we have to change?