The formenctype attribute specifies how the form-data should be encoded when submitting it to the server.
Applies to [HTMLInputElement](/html/elements/input)The formenctype attribute overrides the enctype attribute of the \
element with method="post". Examples<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>
Syntax Standards information
formEnctype
input type=submit
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4