Quick reference for common MIME types — search by extension or content type
A MIME type (Multipurpose Internet Mail Extensions) is a label used to identify the format of content on the internet. Web servers and browsers use MIME types to determine how to handle different file types.
MIME types follow the format 'type/subtype' — for example, 'text/html' for HTML documents and 'image/png' for PNG images.
You need MIME types when setting Content-Type headers in HTTP responses, configuring web servers, uploading files via APIs, or working with HTML forms and email attachments.