놀코에 오신 것을 환영합니다.

놀아보자 코드랑

KOSTA/WEB

21.06.29 - 파일 업로드

놀코 2021. 6. 29. 18:07
<!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>