Has anyone else had trouble uploading a csv file into Codeigniter? I\'m getting a pretty annoying \"The filetype you are attempting to upload is not allowed.\" error, even t
I had the same problem uploading .csv files. I solved it by determining the mime type by using file -I file.csv in the OS X Terminal. It reported that the mime type was 'text/plain' so I added that to the config/mimes.php file.