PHP: Maximum number of form (FILE) fields -
I want to upload 50 files at the same time (well, a customer wants this 'amazing feature') . However, PHP only processes 20 form fields; After that, they are not present for PHP only.
I have come to this problem before, but the document has not been properly fixed. I believe this is a PHP setting, but I can not find it.
In php.ini, change max_file_upload = 20 whatever value you have the wanted.
Comments
Post a Comment