Am trying to upload a large file using the \'streaming\' Apache Commons File Upload API.
The reason I am using the Apache Commons File Uploader and not the default S
You Can simply add spring properties:
spring.servlet.multipart.max-file-size=20000KB spring.servlet.multipart.max-request-size=20000KB
here my maximum file size is 20000KB, you can change if required.