Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Git
- FileZilla다운로드
- selectedIndex
- 주석이 먹히지 않을 때
- 파일질라설치
- push오류
- Parent
- FileZilla설치
- slideUp
- 파일질라설치오류
- calc.minus
- Excel
- 소스트리인증실패
- Math.round()
- toFixed()
- 증가값
- removeClass
- 파일질라다운로드
- addClass
- 1521
- excel중복체크
- is_check
- ctrl+/
- index %
- Math.ceil()
- SUB함수
- selectoptions
- hide
- calc.plus
- Math.floor()
Archives
- Today
- Total
잡동사니에도 사랑을
[21.09.08] exam07 - 파일첨부 본문
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
반응형