windows 系统限制4M大小,对于往服务器上传大附件.可以在web.config中设置
<system.web>

<httpRuntime executionTimeout="1000" maxRequestLength="2097151" useFullyQualifiedRedirectUrl="false"/>

 

  </system.web>

相关文章:

  • 2022-12-23
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
猜你喜欢
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
相关资源
相似解决方案