HTML enctype attribute - HTML form tags - HTML form - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

10.1.2 HTML enctype attribute

Enctype attribute - on behalf of HTML form data coding method
  • Enctype attribute values:
    • Application / x-www-form-urlencoded - form data is encoded name / value of this is standard encoding format.
    • Multipart / form-data - encoded form data is a message on each page news in the corresponding controls a part of.
    • Text / plain - in the form of data encoding text form, which does not contain any controls or format characters.
  • Trackback Address: http://www.nt22.com/xhtml-html/attribute_enctype/