2013年4月11日

asp.net 表单上传 限制附件大小

摘要: 1.小于30m时在web.config的<system.web>节加入以下内容即可:<system.web> <!-- maxRequestLength单位KB,executionTimeout单位是秒 --> <httpRuntime maxRequestLength="51200" useFullyQualifiedRedirectUrl="true" executionTimeout="43200"/> </system.web> 2 大于30M时:找到“C:\Wind 阅读全文

posted @ 2013-04-11 14:52 千手人屠 阅读(438) 评论(0) 推荐(0)

导航