How to set the max size of upload file

前端 未结 16 669
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 12:13

I\'m developing application based on Spring Boot and AngularJS using JHipster. My question is how to set max size of uploading files?

If I\'m trying

16条回答
  •  渐次进展
    2020-12-04 12:33

    To avoid this exception you can take help of VM arguments just as I used in Spring 1.5.8.RELEASE:

    -Dspring.http.multipart.maxFileSize=70Mb
    -Dspring.http.multipart.maxRequestSize=70Mb
    

提交回复
热议问题