摘要:
在webuploader上传大文件时必须配置一下,不然请求后台处理程序时,会请求超时。出现404! <system.web> <httpRuntime maxRequestLength="2040000" useFullyQualifiedRedirectUrl="true" executionTi 阅读全文
posted @ 2017-01-20 12:48
一枝独秀_想飞
阅读(1448)
评论(0)
推荐(0)
摘要:
配置httpRuntime也可以让FileUpload上传更大的文件,不过设置太大了会因用户将大量文件传递到该服务器而导致的拒绝服务攻击(属性有说明) <httpRuntime> <httpRuntime useFullyQualifiedRedirectUrl="true|false" maxRe 阅读全文
posted @ 2017-01-20 12:42
一枝独秀_想飞
阅读(405)
评论(0)
推荐(0)

浙公网安备 33010602011771号