HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

formenctype

Description

The formenctype attribute for HTML specifies the entry list encoding type to use for form submission.

Syntax

formenctype="value"

Examples

1 · HTML · application/x-www-form-urlencoded

2 · HTML · multipart/form-data

3 · HTML · text/plain

4 · JS · application/x-www-form-urlencoded

5 · JS · multipart/form-data

6 · JS · text/plain