Ajaxplorer - HTTP错误404

时间:2012-09-06 04:52:31

标签: php http http-status-code-404 pydio

我遇到了Ajaxplorer的问题。我已将其配置为上传和下载文件,这也很有效,但只是当文件小于100M时。当我尝试上传更大的文件时,出现HTTP错误404的I / O错误(上传显示为已完成但出现错误)。

以下是配置背景:

  • PHP在Windows Server 2008 R2上运行
  • 最大上传内存大小为2G(在php.ini中配置。此值也显示在 Ajaxplorer)
  • 所有相关文件夹都是可写的(我已经配置了php会话文件,也在中 Ajaxplorer临时文件和每次上传错误后我在这些目录中找到一个临时文件 文件,所以我认为它是可写的)

1 个答案:

答案 0 :(得分:0)

您是否也设置了post_max_size?

--- php.net---
Sets max size of post data allowed. This setting also affects file upload.
To upload large files, this value must be larger than upload_max_filesize.
If memory limit is enabled by your configure script, memory_limit also
affects file uploading.

更多信息: http://www.php.net/manual/en/ini.core.php#ini.post-max-size