經過所有配置後,如果我想導入csv或xls文件我很容易能夠做到這一點,但是,當我嘗試導入xlsx文件gettig時出現錯誤'文件類型您試圖上傳是不允許的「。在文件mimes.php無法在Codeigniter中導入xlsx文件
'xlsx' => array('application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'application/zip'),
收到錯誤爲「您嘗試上傳文件類型是不允許」。任何建議將不勝感激thnx。
訪問這裏[無法對上載的-Excel的文件中,笨(https://stackoverflow.com/questions/33427906/unable-to-upload-an-excel-file-in -codeigniter) – Anup