Max limit of MultipartFile in Spring Boot

前端 未结 5 756
予麋鹿
予麋鹿 2020-11-29 01:52

Is there a maximum file size that spring boot can handle in a MultipartFile upload process. I know that I can set the maxFileSize in the property l

5条回答
  •  遥遥无期
    2020-11-29 02:23

    Setting multipart.max-file-size=128MB and multipart.max-request-size=128MB works for me without additional configuration.

提交回复
热议问题