Welcome Guest, Not a member yet? Register   Sign In
CI mime types for file upload causing error ???
#2

[eluser]charlie spider[/eluser]
just discovered that if i comment out:

Code:
'gif'    =>    'image/gif',
'jpeg'    =>    array('image/jpeg', 'image/pjpeg'),
'jpg'    =>    array('image/jpeg', 'image/pjpeg'),
'jpe'    =>    array('image/jpeg', 'image/pjpeg'),
'png'    =>    array('image/png', 'image/x-png'),

from the $mimes array then it works fine and allows me to upload a txt file !?!?!?

any ideas ?


Messages In This Thread
CI mime types for file upload causing error ??? - by El Forum - 07-28-2009, 12:58 PM
CI mime types for file upload causing error ??? - by El Forum - 07-28-2009, 01:55 PM
CI mime types for file upload causing error ??? - by El Forum - 08-06-2009, 07:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB