PHP: Maximum amount of uploadable files, $_FILES m

2019-07-12 13:54发布

问题:

I have a rather old page, where a lot of file upload input fields reside. The problem is, only the first 25 upload field's data gets populated after the post.

I'm using nginx+php5.3-fpm

max_file_uploads is set to 200, so that can't be the problem. There are also a lot of other input fields besides the file inputs, and they arrive just fine, all of them.

Any ideas, where should I look?

回答1:

I GOT IT! It was suhosin's own restriction in effect:

suhosin.upload.max_uploads is set to 25



标签: nginx php