PHP see only 20 uploading files at a time

后端 未结 8 1447
面向向阳花
面向向阳花 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:39

    There are limits as to how much PHP can post. See the upload_max_filesize, max_file_uploads, and post_max_size directives.

提交回复
热议问题