摘要:
最近发现在项目中使用jQuery.form插件上传比较大的文件时,上传不了,于是改了下web.config的上传文件最大限制。 <configuration> <system.web> <httpRuntime maxRequestLength="102400" executionTimeout=" 阅读全文
posted @ 2018-07-12 16:12 WebEnh 阅读(808) 评论(0) 推荐(0)
|
|||
|
摘要:
最近发现在项目中使用jQuery.form插件上传比较大的文件时,上传不了,于是改了下web.config的上传文件最大限制。 <configuration> <system.web> <httpRuntime maxRequestLength="102400" executionTimeout=" 阅读全文
posted @ 2018-07-12 16:12 WebEnh 阅读(808) 评论(0) 推荐(0) |
|||