I am using the tag
for uploading multiple files with php. I notice that if i choose more than 20 files php uploads only the first 20 files.Is there a way to expand this limit?
I am using the tag for uploading multiple files with php. I notice that
Share
This limit was added in PHP 5.2.12, to avoid a type of DOS attack: temporary files exhaustion.
Changelog of PHP 5.2.12:
You can increase this limit by changing the
max_file_uploadsdirective.