English 中文(简体)
1 文件上传后, 第0行未知的未知文件已超过最大允许文件上传次数
原标题:Maximum number of allowable file uploads has been exceeded in Unknown on line 0 after 1 file upload
  • 时间:2012-05-24 13:17:42
  •  标签:
  • php
  • linux

我知道这是一个与批量文件上传有关的问题, 因为默认的php 设置应该是 20 文件。 但是, 当我尝试处理一个单一的文件上传时, 我得到一个空$_ FILES 阵列和一个错误

第0行未知文件已超过最大允许文件上传次数

显示在日志文件中。

服务器正在运行 php 5.2. 9 版本, 即使我尝试在 php.ini 中设置最大_ file_ upload 时, 也不会发生任何事情 。

最佳回答

结果,主机公司的布偶错误地设置了我的服务器。 他安装了php 5.3, 但无法让它恢复到5.2.9。 最大文件量的功能似乎仍然保留在安装上, 而且由于5.2.9中不存在, 它总是失败 。

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签