简体   繁体   English

Ajaxplorer-HTTP错误404

[英]Ajaxplorer - HTTP Error 404

I have a problem with the Ajaxplorer. 我对Ajaxplorer有问题。 I have configured it for uploading and downloading files and this is also working very well but just when the files are smaller than 100M. 我已将其配置为用于上传和下载文件,并且当文件小于100M时,这也可以很好地工作。 When I am trying to upload a bigger file there appears a I/O Error with an HTTP Error 404 (The upload is shown as completed but than the error appears). 当我尝试上传更大的文件时,出现一个HTTP错误404的I / O错误(上传显示为已完成,但未显示错误)。

Here is the configuration background: 这是配置背景:

  • PHP is running on a Windows Server 2008 R2 PHP在Windows Server 2008 R2上运行
  • The max. 最高 uploading memory size is 2G (configured in the php.ini. This value is also shown in the Ajaxplorer) 上传内存大小为2G(在php.ini中配置。此值也显示在Ajaxplorer中)
  • All relevant folder are writeable (i have configured the php session file and also in the 所有相关的文件夹都是可写的(我已经配置了php会话文件,并且在
    Ajaxplorer the temp file and after every uploading error i find in these directory a temporary file so i think it´s writable) Ajaxplorer临时文件,每次上传错误后,我在这些目录中找到一个临时文件,因此我认为它是可写的)

Have you set your post_max_size as well? 您是否也设置了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.

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM