【问题标题】:Ajaxplorer - HTTP Error 404Ajaxplorer - HTTP 错误 404
【发布时间】:2012-08-30 20:45:49
【问题描述】:

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

这里是配置背景:

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

【问题讨论】:

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


    【解决方案1】:

    你也设置了你的 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

    【讨论】:

    • 是的,我配置的大小也出现在 Ajaxplorer 的配置中。
    猜你喜欢
    • 2011-12-09
    • 1970-01-01
    • 2023-03-19
    • 2015-10-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多