DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement  >   settings_applicationsHTMLFormElement  >   settings_applications[[Prototype]]

DOM

Editing
  • account_tree
  • bug_report

stringenctype

양식을 서버에 전송할 때 사용되는 MIME 유형을 나타낸다.

설명

<form> 요소의 enctype 애트리뷰트를 나타낸다.

구문

형식
htmlFormElement.enctype

속성 명세

명세
분류설명
defaultapplication/x-www-form-urlencoded필요에 따라 인코딩된 텍스트로 전송한다. 기본 유형이다.
writableyes
사용 가능한 값
분류설명
optionalmultipart/form-data바이너리(binary) 데이터를 업로드할 수 있는 유형이다.
optionaltext/plain사람이 읽을 수 있는 텍스트 유형으로 전송한다

버전 명세

HTML Standard API
#dom-fs-enctype

지원 웹브라우저