lookup> multipart/form-data

multipart/form-data

multipart/form-data is a multipart media type.

multipartContent-Type
MIME typemultipart/form-data
Extensions
Charset
CompressibleNo
Sourceiana

multipart/form-data

multipart/form-data is one of the multipart media types used on the internet. When serving this content over HTTP, set the Content-Type header in the response, for example:

Content-Type: multipart/form-data
served as
mime type
multipart/form-datasent via header
http header

multipart/form-data is identified in HTTP by the Content-Type header and is commonly used with these methods:

What is multipart/form-data?

multipart/form-data is a multipart media type used to identify a content format; servers announce it to clients with the Content-Type header.

Which file extensions use multipart/form-data?

Extensions such as none registered are associated with this MIME type.

How do I set the Content-Type for multipart/form-data?

Send Content-Type: multipart/form-data in the HTTP response.

Related MIME types

Related headers

Related methods