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

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

WBOY
Release: 2016-06-06 20:16:51
Original
1316 people have browsed it

需要上传的文件是 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 类型具体是什么,用调试工具看一下。

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template