Uploading a csv into Codeigniter

后端 未结 6 1103
醉话见心
醉话见心 2020-11-28 13:45

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

6条回答
  •  一整个雨季
    2020-11-28 14:13

    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.

提交回复
热议问题