Web07_JSP
16_fileupload_form
Krystalism_
2021. 2. 20. 17:32
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%-- * 파일 업로드 구현 순서 1. web.xml에 을 설정 2. commons-fileupload-x.x.jar을 다운로드 및 WEB-INF/lib 폴더에 저장 3. commons-io-x.x.jar을 다운로드 및 WEB-INF/lib 폴더에 저장 4. c:\tmp와 c:\server\apache-tomcat-8.5.59\webapps\data 폴더를 생성 --%>
파일업로드
파일선택: