<%@ page language="java" contentType="text/html; charset=EUC-KR"
pageEncoding="EUC-KR"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<center>
<form action="thumbnail.jsp" method="post" enctype="multipart/form-data">
이미지 파일 :<input type="file" name="filename"> <input
type="submit" value="전송">
</form>
</center>
</body>
</html>
'JAVA > JSP' 카테고리의 다른 글
JSP Thumnail 처리 (0) | 2015.08.25 |
---|---|
JSP jai 라이브러리 다운 및 추가 (0) | 2015.08.25 |
JSP 파일업로드 (업로드되는 디렉터리 & cos.jar 추가 및 다운로드) (0) | 2015.08.25 |
JSP 파일업로드 확인 (0) | 2015.08.25 |
JSP 파일업로드 처리 (0) | 2015.08.25 |