CodeIgniter文件上传时提示The filetype you are attempting to upload is not allowed

CI提示信息为:
The filetype you are attempting to upload is not allowed.

修改config/mimes.php
在$mimes数组中加入自己需要上传文件的格式流:例如 'rar'=>'application/octet-stream'即可

你可能感兴趣的:(ci上传文件错误)