Uploading a csv into Codeigniter

后端 未结 6 1104
醉话见心
醉话见心 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:06

    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.

提交回复
热议问题