org.springframework.web.multipart.MultipartException
파일 업로드 에러
<context> 태그를 아래와 같이 수정해서 해결했다.
<Context allowCasualMultipartParsing="true">
'에러일기' 카테고리의 다른 글
java.sql.SQLIntegrityConstraintViolationException (0) | 2024.10.28 |
---|---|
java.nio.file.AccessDeniedException (1) | 2024.10.23 |
the server responded with a status of 415 () (0) | 2024.10.14 |
[Spring] org.springframework.beans.factory.BeanDefinitionStoreException 에러 (0) | 2024.10.08 |
[Oracle 연동 오류] ORA-12541 데이터베이스에 접속할 수 없습니다. %s에 리스너가 없습니다. (0) | 2024.10.04 |