设置上传文件的最大大小
2006-07-11 17:10:41 来源:WEB开发网核心提示:在web.config中添加httPRuntime元素,如下:<configuration> <system.web> <httpRuntime maxRequestLength="8192" useFullyQualifiedRedirectUrl="tr
在web.config中添加httPRuntime元素,如下:
<configuration>
<system.web>
<httpRuntime maxRequestLength="8192"
useFullyQualifiedRedirectUrl="true"
executionTimeout="45"
versionHeader="1.1.4128"/>
</system.web>
</configuration>
其中maxRequestLength属性就是限制上传大小的,如设为"8192"即为8M。
http://pyt5208.cnblogs.com/archive/2006/07/10/446994.html
更多精彩
赞助商链接