CodeIgniter Forums
Upload bug with the library? - 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: Upload bug with the library? (/showthread.php?tid=37525)



Upload bug with the library? - El Forum - 01-12-2011

[eluser]Unknown[/eluser]
Good community

I upload files with a. m4a

$ config ['allowed_types'] = 'm4a';

And it gives me: The filetype you Are Attempting to upload is Not
allowed.

I hope your comments.


Upload bug with the library? - El Forum - 01-12-2011

[eluser]Mike DeFelice[/eluser]
I believe you need to edit the config/mimes.php file and add the m4a type to it.

Hope this helps!