업로드

Java & Spring

Spring MVC 멀티 파일 업로드

1. pom.xml 에 commons-fileupload, commons-io 추가 1 2 3 4 5 6 7 8 9 10 11 commons-fileupload commons-fileupload 1.4 commons-io commons-io 2.8.0 Colored by Color Scripter cs 2. web.xml 에 CommonsMultipartResolver 선언 1 2 3 4 5 6 Colored by Color Scripter cs 3. security-context.xml 에 로그인한 회원만 업로드 가능하도록 필터 추가 1 cs 4. view 페이지 작성 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 ..

리차드
'업로드' 태그의 글 목록