<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>upload.html</title>
</head>
<body>
<form method="post" action="./upload" enctype="multipart/form-data">
<input type="text" name = "t" value="test">
<input type="file" name="f">
<button>업로드</button>
</form>
</body>
</html>
'KOSTA > WEB' 카테고리의 다른 글
21.7.15-Filter, 톰캣에 배포, Spring 어노테이션, xml (0) | 2021.07.15 |
---|---|
21.7.14 Servlet 합치기, Distpatcher, SessionListener, AtrributeListener (0) | 2021.07.14 |
21.06.28 - jquery ON함수, viewcart.html, 게시판(페이징 처리) (0) | 2021.06.28 |
21.06.25 - 장바구니 만들기, 로그인, 로그아웃 (0) | 2021.06.25 |
21.06.24 - 개발 환경, *세션트레킹 (0) | 2021.06.24 |