Multipart/Form-Data
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization |mimetypes={{mimetype|multipart/form-data}} }} '''Multipart/Form-Data''' is a format used for transferring form data ...") |
m |
||
Line 6: | Line 6: | ||
'''Multipart/Form-Data''' is a format used for transferring form data (information typed into a web page). It is a simplified form of [[MIME]]. | '''Multipart/Form-Data''' is a format used for transferring form data (information typed into a web page). It is a simplified form of [[MIME]]. | ||
− | It is one of the formats that may constitute the body of an HTTP "POST" message. It serves the same purpose as [[Form URL encoding]], but is more efficient when transferring large amounts of binary data. Web browsers may require it for file uploads. | + | It is one of the formats that may constitute the body of an [[HTTP]] "POST" message. It serves the same purpose as [[Form URL encoding]], but is more efficient when transferring large amounts of binary data. Web browsers may require it for file uploads. |
== Specifications == | == Specifications == |
Latest revision as of 00:04, 26 May 2015
Multipart/Form-Data is a format used for transferring form data (information typed into a web page). It is a simplified form of MIME.
It is one of the formats that may constitute the body of an HTTP "POST" message. It serves the same purpose as Form URL encoding, but is more efficient when transferring large amounts of binary data. Web browsers may require it for file uploads.
[edit] Specifications
- RFC 2388: Returning Values from Forms: multipart/form-data
- Wikipedia:POST (HTTP)
- HTML5: Multipart form data
- HTML 4.01 Specification: multipart/form-data