Skip Site Navigation «

DRX

app«drx

Web Developer Resource Index: Media Types

Media Types, or MIME types, are a form of Metadata that identifies the content of documents and other resources available on the Internet. Resources are classified according to eight major categories, and then further divided into a larger set of minor sub-categories. For instance, a standard HTML Web document is stored as plain text, and is obviously an HTML resource, so its media type (as an HTTP header) is designated as:

Content-type: text/html

The complete set of MIME media types are assigned and listed by the IANA. The eight major classifications are:

  1. application
  2. audio
  3. image
  4. message
  5. model
  6. multipart
  7. text
  8. video

For additional examples, I store a subset of the Media Types used by this Web site in a MySQL table.

Updated: Wednesday, October 29th, 2008 @ 1:53 AM EDT

iconData Formats:Media Types {0}(8)[57]

Navigation

Resources

Matching Tags

Indexes

§ A.Author
§ B.Best
§ D.Domain
§ F.Recent
§ G.Tag
§ H.Title

Search for Media Types on:


Last updated: Wednesday, October 29th, 2008 @ 1:53 AM EDT [2008-10-29T05:53:45Z]   home

(c) 2008-2010, Douglas W. Clifton, loadaveragezero.com, all rights reserved.