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
MultipartFile
maxFileSize
Setting multipart.max-file-size=128MB and multipart.max-request-size=128MB works for me without additional configuration.
multipart.max-file-size=128MB
multipart.max-request-size=128MB