PHP see only 20 uploading files at a time

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

    Step 1: If you are working on localhost with Xampp server than open xampp control panel click on config button than open php.ini

    Step 2: find max_file_uploads=20

    Step 3: Change value 20 with custom value

    Step 4: Save this php.ini file and close

    Step 5: restart your Apache server by clicking stop and than click on start wait for green color background means apache started successfully

    Final test by uploading file using your code

提交回复
热议问题