티스토리 뷰
728x90
반응형
WebConfig
웹 응용프로그램에 대한 설정 정보를 담고 있는 파일
xml 형식
업로드 파일크기 설정
Web.config 파일에
<httpRuntime executionTimeout="3600" maxRequestLength="2048"/>
<requestLimits maxAllowedContentLength="20480000"/>
위 같은 부분있는데 length 부분을 변경해주면 업로드 파일크기를 수정할수있다
maxRequestLength은 KB이며
maxAllowedContentLength은 Bytes 이다
728x90
반응형
'Spring' 카테고리의 다른 글
[Spring] @ModelAttribute 어노테이션 VO 값 세팅 안될때 (0) | 2021.06.22 |
---|---|
[Spring] 로그에서 실행되는 쿼리까지 보는법 (0) | 2020.09.25 |
[Spring] 표준 프레임워크 pom.xml 추가 (0) | 2020.05.14 |
[Spring] Service 객체에서 init 메소드 만들기 (0) | 2020.04.07 |
[Spring] RequestBody, RequestParam 의 차이 (계속 수정) (0) | 2020.04.06 |
댓글