关于Codeigniter上传文件类型的问题
我自己的上传文件类型配置 $config ['allowed_types'] = 'xls|xlsx|xl'; 但是在我上传一个已.xls后缀的Excel时一直提示文件类型不正确,可是xls明明在allowed_types里面啊,经过一番查阅,终于发现问题所在~ 在上传时我首先 print_r($_FILES ) 结果如下: Array ( [userfile] => Array ( [name] => Template.xls[type] => application/kset[tmp_name] =