如果需要上传比较大的文件(文件大小大于4M)。则需要在webconfig里面<system.web>修改httpRuntime节点:

<httpRuntime targetFramework="4.5" maxRequestLength="2147483647" executionTimeout="36000" delayNotificationTimeout="36000"/>

加上请求的最大的长度。这样就可以了

 

相关文章:

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