Multipart file upload - maxFileSize exceeded
问题 I try to upload a file with a size greater than 128kb but I always get (Grails 4) org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException: the request was rejected because its size (1474589) exceeds the configured maximum (128000) I already tried: my application.yml: controllers: defaultScope: singleton upload: maxFileSize: 26214400 maxRequestSize: 26214400 My CustomMultipartResolver: class CustomMultipartResolver extends StandardServletMultipartResolver { static final String