C# 关于 上传文件 大小限制问题

<system.web>
<compilation debug="true" targetFramework="4.5" />
<!--<httpRuntime targetFramework="4.5" />-->
<httpRuntime targetFramework="4.5" maxRequestLength="204800" useFullyQualifiedRedirectUrl="true" executionTimeout="300"/>
</system.web>

posted @ 2017-01-19 17:07  秋风过、枯叶落  阅读(1707)  评论(0)    收藏  举报