Home  >  Article  >  Backend Development  >  php里用Fckeditor上传flash文件显示不出来解决办法

php里用Fckeditor上传flash文件显示不出来解决办法

WBOY
WBOYOriginal
2016-06-13 10:12:20917browse

php里用Fckeditor上传flash文件显示不出来
php里用Fckeditor上传flash文件显示不出来,
flash文件小的情况下可以显示出来,
文件稍大就显示不出来,
上传文件提示成功,
去后台可以下
却没有上传成功!
求解!
参考:是文件权限、 还是上传文件限制了大小????
求解!

------解决方案--------------------
你把php.ini中 upload_max_filesize 的值改大点。

同时你还需要协调 post_max_size 的值。一般 post_max_size>=upload_max_filesize 为宜。
------解决方案--------------------
很少以原名命名的。 一般都会重命名。 这是常识。

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