Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- pl/sql
- javascript
- 비교표현식
- mybatis
- ibatis
- PYTHON
- Oracle
- sqldeveloper
- java
- DB 스케쥴러
- spring
- form태그
- androidstudio
- form
- directivesTag
- pyqt
- error
- eclipse
- sqlMapConfig
- sqlMapClient
- 파이썬
- sql
- JSP
- pagination
- Git
- 드라이브 연결
- anaconda
- select문
- pymssql
- fastapi
Archives
- Today
- Total
목록JAVA/spring (7)
기록하는 코더
스프링에서 파일업로드 1) common-fileupload , common-io 라이브러리 2) MultipartFile (★) 일 경우 jsp에서 보낸 파일을 spring에서 MultipartFile로 받음 여러개의 파일을 업로드하고 받을 수 있다. (MultipartFile[] 로 받음) (MultipartFile로 객체의 메소드) multipartFile.originalFileName() → 실제 파일명 구하기(★★★) multipartFile.getSize() → 크기 multipartFile.getContentType() → 컨텐츠 타입(MIME) 설정해야하는 것들 1. pom.xml 2. root-context.xml 3. web.xml 4. WAS의 context.xml * 단축키 Ctrl ..
JAVA/spring
2023. 1. 27. 11:48