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>
Tuesday, July 21, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment