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
- 소스트리인증실패
- calc.minus
- toFixed()
- push오류
- 파일질라설치오류
- slideUp
- Parent
- selectoptions
- ctrl+/
- 파일질라설치
- Math.floor()
- 증가값
- index %
- FileZilla다운로드
- 파일질라다운로드
- 주석이 먹히지 않을 때
- Excel
- is_check
- Git
- selectedIndex
- excel중복체크
- calc.plus
- Math.ceil()
- removeClass
- SUB함수
- Math.round()
- addClass
- hide
- 1521
- FileZilla설치
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
반응형