파일 업로드에 이어 파일 다운로드를 배워 보겠습니다.1. content.jsp ( 게시판의 글을 읽는 View 페이지 에서 다운로드할 파일을 클릭한다. )2. download.ktds 요청과 함께 파일 이름이 파라미터로 넘어간다3. 파일 이름을 가지고서 실제 파일이 저장되어 있는 경로에 파일을 가져와 전송한다. ◎ content.jsp 파일에서 다운로드 요청을 날리는 라인입니다.${article.fname}◎ controller 에서 요청을 받아 처리할 소스를 작성합니다. @RequestMapping("/download.ktds") public ModelAndView download(@RequestParam("fname") String fname) { String realFolder = "d:/uploa..
1. CommonsMultipartResolver 를 이용한 파일 업로드CommsMultipartResolver 빈을 설정하여 파일 업로드를 처리할 수 있다.MultipartFile 클래스를 이용하여 업로드한 파일 정보를 얻는다JSP 파일의 Enctype 을 multipart/form-data로 설정한다commons-fileupload, commons-io jar 파일이 있어야 한다.pom.xml 확인commons-fileupload, commons-io 가 있는지 확인한다.mavenrepository.com 에서 필요한 라이브러리 파일을 검색한다. commons-fileupload 에 coomons-io 가 연결되어 있다. 1234567891011 commons-fileupload commons-fil..
- Total
- Today
- Yesterday
- 정적 파일
- 오프라인 확인
- WYSIWYG
- 스프링 부트
- log4jdbc
- AngularJS
- jQuery 삽입
- 브라우저 콘솔
- AOP
- java
- 쿼리 로그
- RollingFileAppender
- @Temporal
- learning javascript
- bootstrap
- Spring Boot
- @Access
- offline.js
- 자바스크립트
- mybatipse
- jsonify
- static resources
- 초대장
- Spring
- Excel
- GO1104 LED
- spring jpa
- 한성키보드
- summernote
- telegram bot
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |