| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- 2015 봄학기 알고리즘
- data_structure
- matrixElementsSum
- Sequential Search
- 파이썬 포렌식
- flask
- codesignal
- 피보나치 수
- baekjun
- cpp
- recursion
- 파이썬머신러닝완벽가이드
- Counting cells in a blob
- Numpy
- markdown
- centuryFromYear
- 수 정렬하기
- til
- collections.deque
- Python
- Daily Commit
- shapeArea
- almostIncreasingSequence
- C++
- codesingal
- adjacentElementsProduct
- All Longest Strings
- 2750
- 10953
- 백준
Archives
- Today
- Total
Introfor
[HTML]form태그 속성 본문
- method
입력된 내용을 어떤 방식으로 전달할 것인지 결정
- method=get
- method=post - Action
입력값들을 어디로 전달할지 결정.
ex) action=index.phps // index.phps로 전달 - Enctype
입력된 자료를 전송할 데이터 타입 지정
- application/www-form-urlencoded
디폴트값. 폼 데이터는 서버로 전송되기 전에 URL-Encode됨
- multipart/form-data
파일이나 이미지를 서버로 전송할 경우
- text/plain
인코딩을 하지 않은 문자 상태로 전송
'Doing > Web' 카테고리의 다른 글
| [PHP] 어느 경로에 특정 파일or디렉토리 존재 여부 판단 (0) | 2016.05.11 |
|---|---|
| [PHP] 파일 복사, 삭제, 이름 변경 (0) | 2016.05.10 |
| [PHP]$_FILES (0) | 2016.05.10 |
| HTTP request(GET,POST) (0) | 2016.05.06 |
| [php]문자열 필터링 ereg, eregi 함수 (0) | 2016.04.26 |
Comments