Switch to Bing in English
Copilot
Your everyday AI companion
Bing found the following results
  1. 123

    A MIME type (also known as a media type or content type) is a label used to identify a type of data. It is used so software can know how to handle the data. It serves the same purpose on the Internet that file extensions do on Microsoft Windows3.

    A MIME type consists of two parts: a type and a subtype, separated by a slash. For example, the MIME type for HTML documents is text/html, where text is the type and html is the subtype2.

    MIME types are defined and standardized by the Internet Assigned Numbers Authority (IANA), which maintains a list of all the official MIME types2. Some examples of common MIME types are:

    • text/plain: Plain text

    • image/jpeg: JPEG images

    • audio/mpeg: MP3 audio

    • application/pdf: PDF documents

    • application/json: JSON format

    MIME types are case-insensitive, but conventionally written in lowercase2. They can also have optional parameters to provide additional information, such as the character encoding of a text document. For example, text/plain;charset=UTF-8 indicates that the text is encoded in UTF-82.

    MIME types are used in various contexts on the web, such as:

    • In the Content-Type header of an HTTP response, to indicate the format of the response body2.

    • In the Accept header of an HTTP request, to indicate the formats that the client can understand2.

    • In the enctype attribute of an HTML form, to indicate how the form data should be encoded when submitted1.

    • In the type attribute of an HTML link or script element, to specify the style sheet or script language1.

    • In the plugins of browsers, to register themselves as handlers for certain MIME types3.

    Includes AI-generated content
    Was this helpful?

    See results from:

  2. An Alphebetized List of MIME Types - SitePoint

  3. People also ask
    A MIME type usually consists of two parts: a type and a subtype, separated by a slash. The type indicates a general category (like text or video ), while the subtype specifies the exact kind of data within that category. For instance, text/html for HTML documents, image/jpeg for JPEG images, and application/json for JSON data.
    The following two important MIME types are the default types: text/plain is the default value for textual files. A textual file should be human-readable and must not contain binary data. application/octet-stream is the default value for all other cases. An unknown file type should use this type.
    The MIME type is the mechanism to tell the client the variety of document transmitted: the extension of a file name has no meaning on the web. It is, therefore, important that the server is correctly set up, so that the correct MIME type is transmitted with each document.
    In email, MIME types are used to specify the type of content that’s being sent. For example, if you’re sending an email with an attached image, the email client would use the MIME type “image/jpeg” to tell the recipient’s email client that it’s an image file.
  4. Media type - Wikipedia

  5. MIME types - HTTP | MDN

  6. Complete list of MIME types - HTTP | MDN

  7. MIME Types: Complete List of MIME Types - HTTP - W3cubDocs

  8. Common MIME types - HTTP | MDN

  9. mime-types - npm

  10. Some results have been removed
By using this site you agree to the use of cookies for analytics, personalized content, and ads.Learn more about third party cookies|Microsoft Privacy Policy