PHP see only 20 uploading files at a time

后端 未结 8 1423
面向向阳花
面向向阳花 2020-11-29 10:48

When I try to upload more than 20 files at a time, then the web server see only first 20. Any other files are just ignored. What is the problem?

Simple code to try:<

8条回答
  •  执念已碎
    2020-11-29 11:45

    There is a limit set to 20 by the max_file_uploads configuration option.

    http://de3.php.net/manual/en/ini.core.php#ini.max-file-uploads

提交回复
热议问题