Increase HTTP Post maxPostSize in Spring Boot

后端 未结 14 2236
无人共我
无人共我 2020-11-28 06:48

I\'ve got a fairly simple Spring Boot web application, I have a single HTML page with a form with enctype=\"multipart/form-data\". I\'m getting this error:

14条回答
  •  囚心锁ツ
    2020-11-28 07:28

    None of the solutions did work for me and most of them are just downright offtopic because OP is talking about maxPostSize, and not maxFileSize (latter gives you a different error anyway if the size is exceeded)

    Solution: in /tomcat/conf/server.xml add maxPostSize="" attribute to Connector

    
    
    

提交回复
热议问题