Ticket #325 (closed Feature Request: fixed)
Even more MIME types
| Reported by: | brettalton | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | mime types | Cc: |
Description
Add these additional MIME types to system/config/mimes.php
'7z' => array('application/x-7z-compressed'),
'asf' => array('video/x-ms-asf'),
'bin' => array('application/octet-stream','application/macbinary'),
'cab' => array('application/x-cab'),
'deb' => array('application/x-debian-package'),
'dll' => array('application/octet-stream', 'application/x-msdos-program'),
'dmg' => array('application/x-apple-diskimage'),
'exe' => array('application/octet-stream', 'application/x-msdos-program'),
'jar' => array('application/java-archive'),
'ics' => array('text/calendar'),
'iso' => array('application/x-iso9660-image'),
'msi' => array('application/x-msi'),
'ogg' => array('application/ogg'),
'pps' => array('application/vnd.ms-powerpoint'),
'rar' => array('application/rar'),
'rpm' => array('audio/x-pn-realaudio-plugin','application/x-redhat-package-manager'),
'rss' => array('application/rss+xml'),
'torrent' => array('application/x-bittorrent'),
'wpd' => array('application/wordperfect'),
I made a post about these here: http://trac.kohanaphp.com/ticket/306 and here: http://trac.kohanaphp.com/ticket/319#comment:1
Change History
Note: See
TracTickets for help on using
tickets.
