CodeIgniter Forums
Upload BMP with CodeIgniter - 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 BMP with CodeIgniter (/showthread.php?tid=19370)



Upload BMP with CodeIgniter - El Forum - 06-05-2009

[eluser]yannyannyann[/eluser]
Hi there,

I am still asking myself why in CodeIgniter I can't upload BMP files by default.

We talked about it with Evil Wizard here : http://ellislab.com/forums/viewthread/115897/

His idea is to create a new method.

But I still would be glad to have an answer to the question :

Why is BMP uploading not working with the default set up ?

thanks Smile


Upload BMP with CodeIgniter - El Forum - 06-05-2009

[eluser]hyperfire[/eluser]
I never did, but why isnt working if its listed in config/mimes.php?
Maybe its just on your uploadfile initialization (where you can define upload types) or your upload limit (since bmp are reaaallyyy bigger than jpg files and such)