Skip Site Navigation «

DRX

app«drx

Web Developer Resource Index: Media Types

Media Types, or MIME types, are a form of meta-information 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: Tuesday, April 19th, 2005 @ 2:24 AM EST [57]

Data Formats:Media Types {0}(8)

Navigation

Resources

Matching Tags

Indexes

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

Search for Media Types on:


Last updated: Tuesday, April 19th, 2005 @ 2:24 AM EST [2005-04-19T07:24:01Z]   home

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