首页 > Windows开发 > 详细

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

时间:2017-01-19 18:29:01      阅读:272      评论:0      收藏:0      [点我收藏+]

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

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

原文:http://www.cnblogs.com/foreverfendou/p/6307411.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!