JAVA/JSP
JSP Thumbnail 폼
왕왕왕왕
2015. 8. 25. 17:15
<%@ 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>