![]() |
Uploading mpeg video - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Uploading mpeg video (/showthread.php?tid=2801) |
Uploading mpeg video - El Forum - 08-24-2007 [eluser]mjijackson[/eluser] In the mimes.php file, line 88 should be amended to add video/x-mpeg to the file types. Uploading mpeg video - El Forum - 08-24-2007 [eluser]BravoAlpha[/eluser] On a similar note, I've added these to my project: Code: 'bz2' => 'application/x-bzip2', |