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 tried many things to upload csv file in codeigniter:-
i add mime type ( application/vnd.ms-excel ) to mime type file but the mean issue is codeigniter will only accept file name userfile. if you will set file name userfile then it works.
I think there might be another way but i unable to find that.