摘要: asp.net默认最大上传文件大小为4096 修改web.config文件可以改变这个默认值解决方法修改 web.config如下<httpRuntimemaxRequestLength="1048576"executionTimeout="3600"/>修改之后,运行程序添加成功! 阅读全文
posted @ 2013-03-25 22:20 莫等闲也 阅读(318) 评论(0) 推荐(0)