카테고리 없음
[21.09.08] exam07 - 파일첨부
luvforjunk
2021. 9. 8. 17:39
728x90
반응형
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<form enctype="multipart/form-data">
<fieldset>
<legend>
파일첨부
</legend>
<div>
<label for="photo">사진선택</label>
<input type="file" name="photo" id="photo" />
</div>
</fieldset>
</form>
</body>
</html>

728x90
반응형