Home  >  Article  >  Backend Development  >  apache如何支持flv上传

apache如何支持flv上传

WBOY
WBOYOriginal
2016-06-13 13:35:40817browse

apache怎么支持flv上传
我在本地测试网站,用phpstudy, 我上传flv格式的视频, 怎么传不上去,是不是服务器不支持,该怎么设置一下。

------解决方案--------------------
修改 upload_max_filesize 使之大于你允许的上传文件大小
要注意 与 post_max_size、memory_limit 的协调
memory_limit >= 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