摘要:
httpRuntime可以用于配置上传单个文件大小限制 httpRuntime是配置asp.net http运行时设置,以确定如何处理对asp.net应用程序的请求. 主要属性:maxRequestLength,设置asp.net支持上传文件大小 <httpRuntime useFullyQuali 阅读全文
posted @ 2022-07-18 18:55
曲琦
阅读(645)
评论(0)
推荐(0)
摘要:
POST请求,IIS默认最大4M; 解决方法:修改Web.config中的<httpRuntime maxRequestLength="上传大小的值(单位:byte)" /> 阅读全文
posted @ 2022-07-18 18:12
曲琦
阅读(926)
评论(0)
推荐(0)
摘要:
$('#btn_import').on('click', function () { var inputObj = document.createElement('input') inputObj.setAttribute('id', '_ef'); inputObj.setAttribute('t 阅读全文
posted @ 2022-07-18 15:58
曲琦
阅读(687)
评论(0)
推荐(0)

浙公网安备 33010602011771号