This page is Not Ready
The formenctype attribute specifies how the form-data should be encoded when submitting it to the server.
<form action="submit.php" method="post"> Input field: <input type="text" name="inputfield"> <input type="submit" value="Submit"> <input type="submit" formenctype="multipart/form-data" value="Submit as Multipart/form-data"> </form>
user-modify
textLength
value
accept
action
alt
autocomplete
autofocus
checked
crossorigin
form
formEnctype
height
list
max (HTMLInputElement)
maxLength
min
multiple
readonly
size
standby
step
HTML Elements
!DOCTYPE
acronym
b
br
button
caption
cite
code
col
colgroup
datalist
del
dfn
div
em
EMBED
fieldset
font
footer
head
hn
hr
html
i
img
input
ins
kbd
legend
mark
option
p
samp
script
span
strong
table
tbody
td
tfoot
th
time
input type=submit
Microsoft Developer Network: [Windows Internet Explorer API reference Article]