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:<
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