sdya

 <system.web>
    <!-- 文件上传大小KB--> 设置为1g
    <httpRuntime requestValidationMode="2.0" maxRequestLength="1073741824" executionTimeout="3600"/>
  </system.web>

  <system.webServer>
    <security>
      <requestFiltering>
        <!--最大允许请求长度,单位byte,当前限制为1G-->
        <requestLimits maxAllowedContentLength="1073741824"></requestLimits>
      </requestFiltering>
    </security>
  </system.webServer>

分类:

技术点:

相关文章:

  • 2021-05-19
  • 2021-12-11
  • 2021-08-15
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-11-15
  • 2021-06-08
  • 2021-08-10
相关资源
相似解决方案