I have to submit 50-100 files in single form submit. I put file types for them but I am getting only 20 files other are not submitting.
Is there any limit in form submission regarding number of file type in a single form submit?
If yes then how can I submit them in single submit?
Change 'max_file_upload' in your php.ini
OR
place this in top of your script