![]() |
Error to uploading FLV - 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: Error to uploading FLV (/showthread.php?tid=10138) |
Error to uploading FLV - El Forum - 07-20-2008 [eluser]Asinox[/eluser] Hi, im try to upload flv video, but i got a error about: The filetype you are attempting to upload is not allowed. But i hav allowed the flv video... Code: function upload_video(){ Error to uploading FLV - El Forum - 07-20-2008 [eluser]Bramme[/eluser] you have to set the mime type, not just "flv". I've seen a topic like this a little while ago, a little searching should dig it up... Error to uploading FLV - El Forum - 07-20-2008 [eluser]Asinox[/eluser] I did it ![]() thanks u |