Tuesday, July 21, 2009

How to Increase the Maximum Upload Size?

The 4MB default is set in machine.config, but you can override it in you web.config. For instance, to expand the upload limit to 20MB, you'd do this:

< system.web>
< httpRuntime executionTimeout="240" maxRequestLength="20480" />
< /system.web>

No comments:

 
Feedback Form