相对目录:apache-tomcat-7.0.67/webapps/manager/WEB-INF/web.xml

500M的计算:500*1024*1024

<multipart-config>
      <!-- 500MB max -->
      <max-file-size>524288000</max-file-size>
      <max-request-size>524288000</max-request-size>
      <file-size-threshold>0</file-size-threshold>
    </multipart-config>

 

相关文章:

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