What is a MIME type give examples?
MIME (Multi-purpose Internet Mail Extensions) is an expansion of the original Internet e-mail protocol that exchanges different kinds of data files on the Internet: text, audio, video, images, application programs, and others. Examples of MIME types are: text/html for normal web pages. text/plain for plain text.
What are the possible MIME types?
Currently, there are ten registered types: application, audio, example, font, image, message, model, multipart, text, and video. In MIME types, the type and subtype are case-insensitive.
What is media type in HTML?
A media type (formerly known as MIME type) is a two-part identifier for file formats and format contents transmitted on the Internet. Media types are also used by other internet protocols such as HTTP and document file formats such as HTML, for similar purposes.
What is MIME type for CSV?
Common MIME types
Extension | Kind of document | MIME Type |
---|---|---|
.csv | Comma-separated values (CSV) | text/csv |
.doc | Microsoft Word | application/msword |
.docx | Microsoft Word (OpenXML) | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.eot | MS Embedded OpenType fonts | application/vnd.ms-fontobject |
What is the MIME type for CSV file?
text/csv
Common MIME types
Extension | Kind of document | MIME Type |
---|---|---|
.csv | Comma-separated values (CSV) | text/csv |
.doc | Microsoft Word | application/msword |
.docx | Microsoft Word (OpenXML) | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.eot | MS Embedded OpenType fonts | application/vnd.ms-fontobject |
How are MIME types used?
A MIME 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 Windows.
What is MIME type C#?
MIME stands for “Multipurpose Internet Mail Extensions.” It is a standard way of classifying file types on the Internet. By specifying a MIME type, application can easily identify the type of file and can extract more information and attributes about a file.