PHP: Maximum amount of uploadable files, $_FILES m

2019-07-12 14:08发布

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?

标签: nginx php
1条回答
萌系小妹纸
2楼-- · 2019-07-12 14:39

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

suhosin.upload.max_uploads is set to 25

查看更多
登录 后发表回答