Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter: “The filetype you are attempting to upload is not allowed.”
#15

[eluser]matt2012[/eluser]
I was having a problem with doc it turned out my server was seeing it as rtf.

This fixed it
in config/mimes.php

from
Code:
'doc' => 'application/msword',

to

Code:
'doc' => array('application/msword','text/rtf'),


Messages In This Thread
CodeIgniter: “The filetype you are attempting to upload is not allowed.” - by El Forum - 08-14-2012, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB