asp.net设置默认上传文件大小

在system.web节点下

<httpRuntime maxRequestLength="4096" executionTimeout="120"><httpRuntime>

maxRequestLength的值为可上传文件的默认大为4M,如需上传更大的文件,设置maxRequestLength的值即可。

posted on 2011-07-18 15:25  whh  阅读(1385)  评论(0)    收藏  举报