JSP Thumbnail 폼

JAVA/JSP 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>

블로그 이미지

왕왕왕왕

,