Page 1 of 1
Large file uploads
Posted: Thu Sep 03, 2009 10:59 am
by David
We are having no trouble uploading small files, when we upload things over 30mb we get a 404 error.
Note: I can upload them through the export/import tool
Re: Large file uploads
Posted: Thu Sep 03, 2009 11:01 am
by infoRouter Guru
David,
The web.config file includes a setting that controls the maximum file size that can be uploaded.
The setting is as follows by default:
<httpRuntime maxRequestLength="75000" executionTimeout="7200" />
By default, it is set to roughly 75 MB.
Please check to see what this value is set to. Increase this number if you need to.
I hope this helps.
The Guru