Welcome Guest, Not a member yet? Register   Sign In
How will we upload ico files in Codeigniter?
#1

[eluser]Zeeshan Rasool[/eluser]
Hi
can anyone tell me how to upload ico files as we have no ico type in mimes.php file.

Thanks a lot !
#2

[eluser]umefarooq[/eluser]
hi if you know the mime type of the ico file just add it to your config/mimes.php

here i found some mime for ico file
Code:
'ico'=>array("image/ico", "image/icon", "text/ico", "application/ico" , "image/x-icon");

some more

image/ico, image/x-icon, application/ico, application/x-ico, application/x-win-bitmap, image/x-win-bitmap, application/octet-stream

please check the link

http://filext.com/file-extension/ICO

also do google.
#3

[eluser]Zeeshan Rasool[/eluser]
Thanks a lot Umer Smile




Theme © iAndrew 2016 - Forum software by © MyBB