CodeIgniter Forums
The filetype you are attempting to upload is not allowed. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: The filetype you are attempting to upload is not allowed. (/showthread.php?tid=47576)



The filetype you are attempting to upload is not allowed. - El Forum - 12-14-2011

[eluser]the_unforgiven[/eluser]
HELP!!!

Even though I have specified the file type like so:

Code:
$config['upload_path']   = './uploads/users/';
$config['allowed_types'] = 'png|jpg|doc|docx|pdf|rtf|txt';

I still get this error: "The filetype you are attempting to upload is not allowed."