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:<
There are limits as to how much PHP can post. See the upload_max_filesize, max_file_uploads, and post_max_size directives.