Welcome Guest, Not a member yet? Register   Sign In
CI mime types cause error with file upload
#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 cause error with file upload - by El Forum - 07-28-2009, 01:07 PM
CI mime types cause error with file upload - by El Forum - 07-28-2009, 01:52 PM
CI mime types cause error with file upload - by El Forum - 08-01-2009, 08:32 AM
CI mime types cause error with file upload - by El Forum - 12-06-2009, 10:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB