반응형
MultiPartFile 타입으로 파일 업로드 테스트를 하던 중 아래와 같은 에러가 발생했다.
The field file exceeds its maximum permitted size of 1048576 bytes
아래 Stack Overflow에서 해결 방법을 찾았음.
https://stackoverflow.com/a/48428279
How to set the max size of upload file
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 to upload to big file I'm getting this informatio...
stackoverflow.com
반응형