1==== MIME Types ====
2
3Which file types you can upload via the media manager popup or the fullscreen media manager is configured through the ''conf/mime.conf'' file. Additional mimetypes should be added in ''mime.local.conf''. The file expects an extension (without the dot) and a mime type. Prefixing the mime type with an exclamation mark (!) will force the browser to present a download dialog, even if a browser plugin for the file in question exists.
4
5=== Example of mime.conf ===
6
7<code>
8# this would play in the browser (if supported):
9wav         audio/wav
10
11# this would be downloaded
12wav         !audio/wav
13</code>
14
15File type icons can be added by placing an image file (PNG or GIF) named after the file extension into ''lib/images/fileicons/''.
16
17**Note:** because the stylesheet used for assigning the fileicons gets cached you need to force a rebuild by touching one of the config files.
18
19=== See also ===
20  * [[doku>mime]]
21