CodeIgniter 2如果找到import关键字,文件上传会崩溃

时间:2013-01-10 05:36:11

标签: codeigniter

我正在使用此代码上传csv文件。

$config['upload_path'] = './uploads/'; //config overiding
$config['allowed_types'] = 'csv|xlsx';
$this->load->library('upload', $config); //loading upload library

它工作正常但在csv内容中如果存在单词 import CI则会抛出错误消息

  

不允许您尝试上传的文件类型

如果我使用导入进行更改,则可以正常使用。

并且它只发生在实时服务器上

  

PHP Version 5.3.10-1ubuntu3.2

它在localhost上运行正常。

有些人可以指导我那是什么..!

enter image description here

Localhost设置:

  

PHP版本5.4.3 WAMP Apache版本2.4.2

Live Server设置:

  

PHP Version 5.3.10-1ubuntu3.2

1 个答案:

答案 0 :(得分:0)

为了避免我使用PHP move_uploaded()&它运作良好