in reply to Checking File Types

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Re: Checking File Types
by dws (Chancellor) on Oct 13, 2002 at 19:54 UTC
    what is a mime type, never relly understood that!

    I direct your attention to RFC1521, "MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies".

    Though the title says "Mail", that limitation is an anachronism. MIME types are also used to specify the content type of an HTTP response (e.g., whether the response is HTML or an image type).

    And interestingly enough, the first hit you get if you type "mime" at google is a copy of RFC1521. (If you try "mime type", the RFC is at the bottom of the page.) Google is nifty. Try it sometime.