For more information... RTFM!
NAVIGATION
RECENTLY VIEWED
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

mime_type

Given a filename, this filter uses the file suffix to determine an an appropriate MIME type.

The following file suffixes are recognised:

File suffix MIME type
jpg image/jpeg
gif image/gif
jpeg image/jpeg
png image/png
xpm image/xpm
htm text/html
html text/html
txt text/plain
asc text/plain
csv text/plain
xls application/vnd.ms-excel
default application/octet-stream

Example

[filter mime_type]image.jpg[/filter]

Results in:

image/jpeg

Source code

sub {
    return Vend::Util::mime_type(shift);
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Thursday 15 February 2007 at 9:53 PM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us