Welcome Guest, Not a member yet? Register   Sign In
How upload *.ico file?
#5

[eluser]xintrea[/eluser]
[quote author="noctrum" date="1273014172"]You have to add the ico extension to config/mimes.php. The only valid parameters in $config['allowed_types'] are extensions. icon|image|image/ico will all be ignored.[/quote]

I add to config/mimes.php to $mimes array variable next data:

Code:
...,
'ico'=>array('image/vnd.microsoft.icon',
             'image/ico',
             'image/icon',
             'text/ico',
             'application/ico',
             'image/x-icon'),
...,

and write "allowed_types" as:

Code:
$config['allowed_types']='gif|jpg|png|ico';

but already not work.

*.png/*.jpg/*.gif upload normally, but *.ico can't uploading.


Messages In This Thread
How upload *.ico file? - by El Forum - 05-04-2010, 04:52 AM
How upload *.ico file? - by El Forum - 05-04-2010, 05:25 AM
How upload *.ico file? - by El Forum - 05-04-2010, 11:31 AM
How upload *.ico file? - by El Forum - 05-04-2010, 12:02 PM
How upload *.ico file? - by El Forum - 05-04-2010, 01:05 PM
How upload *.ico file? - by El Forum - 05-04-2010, 01:16 PM
How upload *.ico file? - by El Forum - 05-04-2010, 02:02 PM
How upload *.ico file? - by El Forum - 05-04-2010, 02:28 PM
How upload *.ico file? - by El Forum - 05-04-2010, 02:51 PM
How upload *.ico file? - by El Forum - 01-15-2014, 11:18 PM
How upload *.ico file? - by El Forum - 01-16-2014, 04:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB