导航

2008年5月24日

摘要: 在Web.config的 <system.web></system.web> 里面添加如下代码,最大可上传 40 M(40×1024KB=40960KB),修改 maxRequestLength 的上限是 100M<httpRuntime executionTimeout="300" maxRequestLength="40960" useFullyQua... 阅读全文

posted @ 2008-05-24 09:18 hcfalan 阅读(328) 评论(0) 推荐(0) 编辑