如何配置最大上传文件大小呢. How to config. the maximum file upload size?

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

如何配置最大上传文件大小呢. How to config. the maximum file upload size?

taohuang
org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (59210599) exceeds the configured maximum (50000000)


org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size of 50000000 bytes exceeded; nested exception is org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (59210599) exceeds the configured maximum (50000000)


org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.multipart.MaxUploadSizeExceededException: Maximum upload size of 50000000 bytes exceeded; nested exception is org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (59210599) exceeds the configured maximum (50000000)