Home  >  Article  >  Backend Development  >  CI框架线上无法上传 lrc 文件 本地环境可以

CI框架线上无法上传 lrc 文件 本地环境可以

WBOY
WBOYOriginal
2016-06-06 20:16:511287browse

需要上传的文件是 lrc 格式

我在 mimes.php 加入了'lrc' => 'text/plain',在本地测试通过,成功上传。

然而放到了服务器(centos),上传 lrc 文件就提示:

The filetype you are attempting to upload is not allowed.

完全不知道问题在哪里。

谢谢大家。

回复内容:

需要上传的文件是 lrc 格式

我在 mimes.php 加入了'lrc' => 'text/plain',在本地测试通过,成功上传。

然而放到了服务器(centos),上传 lrc 文件就提示:

The filetype you are attempting to upload is not allowed.

完全不知道问题在哪里。

谢谢大家。

这个要看浏览器上报给 PHP 的 mime 类型具体是什么,用调试工具看一下。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn