A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/attributes/formEnctype below:

formEnctype ยท WebPlatform Docs

formEnctype Summary

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 See also Related articles HTML Related pages Attributions

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