IT
摘要: asp.net默认最大上传文件大小为4096如果是单个项目修改web.config文件可以改变这个默认值 <configuration> <system.web> <httpRuntime maxRequestLength="1048576" executionTimeout="3600" /> </system.web><configurat... 阅读全文
posted @ 2010-08-06 17:55 liufei 阅读(570) 评论(0) 推荐(0) 编辑