Home  >  Article  >  Backend Development  >  SWFUpload 上传视频出现500异常

SWFUpload 上传视频出现500异常

WBOY
WBOYOriginal
2016-06-13 13:45:37795browse

SWFUpload 上传视频出现500错误
我使用swfupload上传视频出现500错误,是怎么回事?求教?
  在index.php页面上我在这里改了 file_size_limit : "200 MB",
  file_types : "*.*",上传2.63MB大小的视频出现500错误

还有我在upload.php页面上$extension_whitelist = array("doc", "txt", "jpg", "gif", "docx","png","wmv","rmvb","flv"); //允许的上传的文件


路径我保持为不是中文,是英文状态下怎么还是出现500错误呢?

------解决方案--------------------
检查是否有权限。 还有默认上传的最大大小是2M ,你需要改改php.ini中的上传大小限制。

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