partUploadForm1.jsp
페이지 정보
본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1>단일 파일 업로드 테스트</h1>
<form action = "partUploadPro1" method = "POST" enctype="multipart/form-data">
<label for = "writer">작성자 : </label><input type = "text" name = "writer" id = "writer"><br>
<label for = "partFile1">업로드 파일 : </label><input type = "file" name = "partFile1" id = "partFile1"><br>
<input type = "submit" value = "단일업로드"/>
</form>
</body>
</html>
- 이전글● 파일 업로드 - part 인터페이스 이용 (단일) 21.07.15
- 다음글PartUploadPro1Servlet.java 21.07.15
댓글목록
등록된 댓글이 없습니다.