[SpringBoot教程] 上传文件大小超出默认限制
Posted 算法与编程之美
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[SpringBoot教程] 上传文件大小超出默认限制相关的知识,希望对你有一定的参考价值。
问题描述
在上传文件的时候,某些情况下会出现下列错误:
org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException: The field multipartFile exceeds its maximum permitted size of 1048576 bytes.
at org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl$1.raiseError(FileItemStreamImpl.java:112) ~[tomcat-embed-core-9.0.37.jar:9.0.37]
at org.apache.tomcat.util.http.fileupload.util.LimitedInputStream.checkLimit(LimitedInputStream.java:76) ~[tomcat-embed-core-9.0.37.jar:9.0.37]
at org.apache.tomcat.util.http.fileupload.util.LimitedInputStream.read(LimitedInputStream.java:135) ~[tomcat-embed-core-9.0
以上是关于[SpringBoot教程] 上传文件大小超出默认限制的主要内容,如果未能解决你的问题,请参考以下文章
nginx上传文件超出默认大小限制-附件,提示:413 Request Entity Too Large