12-14-2009, 05:43 AM
El Forum
12-14-2009, 06:46 AM
[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
please check the link
http://filext.com/file-extension/ICO
also do google.
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.
El Forum
12-14-2009, 07:56 AM
[eluser]Zeeshan Rasool[/eluser]
Thanks a lot Umer
Thanks a lot Umer
