IT/frameworks
maxInMemorySize,maxUploadSize 파일 업로드 제한
역신
2018. 11. 16. 09:40
SMALL
파일 업로드 용량 제한
파일의 용량을 제한 없이 업로드
maxUploadSize : -1
디스크에 임시 파일 생성하기 전에 메모리에 보관되는 크기
maxInMemorySize : 377759039
280MB 까지 업로드 허용하도록 설정됨
그 이상은 maxInMemorySize 늘려주면 됨.
LIST