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:<
You can create php.ini file in your website directory on hosting, and write this in it:
max_file_uploads = 400
This is allowed way to overwrite php.ini on most hostings (but not in localhost XAMP, etc.) as far as I tried