HTML

[attribute] HTML - enctype 속성 - 폼데이터 인코딩방식 지정 (= enctype속성 = 인크타입속성/잉크타입속성)

목차
  1. enctype 예제 - 폼데이터 인코딩 방식 지정
  2. enctype 정의
  3. enctype 구문

 

enctype 예제 - 폼데이터 인코딩 방식 지정

 

<form action="/action_page.php" method="post" enctype="multipart/form-data">

  <label for="name">이름:</label>

  <input type="text" id="name" name="name"><br><br>

  <label for="nick">별명:</label>

  <input type="text" id="nick" name="nick"><br><br>

  <input type="submit" value="확인">

</form>

 

 

enctype 정의

 

폼데이터를 서버에 제출할 때의 인코딩 방식 지정.

 


 

1.

enctpye 속성은 method="post" 경우에만 사용 가능.

 

2. enctype 속성 사용 가능 태그 종류

<form>

 

3.

모든 브라우저 지원.

 

 

enctype 구문

 

<form enctype="value">

 


[속성값]

 

value

폼 데이터 인코딩 방식 지정.

  • application/x-www-form-urlencoded - (기본값). 모든 문자는 전송되기 전에 인코딩 됨. (공백은 "+" 기호로 변환되고, 특수문자는 ASCII HEX 값으로 변환됨.)
  • multipart/form-data - 파일 업로드 시 필요.
  • text/plain - 인코딩 없이 데이터 전송. (비권장)

 

 


분류 제목
attribute HTML - controls 속성 - (오디오/비디오) 플레이어의 제어창 표시 여부 (= controls속성…
attribute HTML - loading 속성 - 이미지 레이지로드 여부 지정 (= loading속성 = 로딩속성) ※ …
attribute HTML - onbeforeprint 속성 - 인쇄 대화상자 나타나기 이전 이벤트 발생 시 실행할 코드 정의…
attribute HTML - onresize 속성 ★ - 브라우저창크기 변경 시 실행 (= onresize속성 = 온리사이즈…
attribute HTML - name 속성 ★★★ - 요소 이름 지정 (= name속성 = 네임속성) ※ 요소이름/요소명
attribute HTML - onmousemove 속성 ★ - 마우스커서가 지정요소 안으로 이동 시 실행 (= onmouse…
attribute HTML - min 속성 - (숫자|날짜)의 최소값 지정 (= min속성 = 민속성) ※ 최솟값
attribute HTML - id 속성 ★★★★★ - 요소 고유식별자 지정 (= id속성 = 아이디속성) ※ CSS 아이디선…
attribute HTML - cellpadding 속성 - 테이블 셀 내부의 여백 지정 (= cellpadding속성 = 셀…
attribute HTML - onhashchange 속성 - 링크 해시값 변경 시 실행 (= onhashchange속성 = …
attribute HTML - http-equiv 속성 - content 속성의 정보/값에 대한 HTTP 헤더 제공 (= ht…
attribute HTML - rev 속성 - (HTML5 지원 X) 현재 웹문서가 타웹문서와 어떤 관계인지 지정 (= re…
attribute HTML - ondragend 속성 - 드래그 종료 시 실행 (= ondragend속성 = 온드래그엔드속성)…
attribute HTML - oncuechange 속성 - 트랙의 큐(캡션/자막) 변경 시 실행 (= oncuechange속…
attribute HTML - onkeyup 속성 ★ - 키보드키 올라갈 때 실행 (= onkeyup속성 = 온키업속성) ※ …
4/24
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티
웹유틸
회원센터
홈짱닷컴 PC버전 로그인