Maximum number of allowable file uploads has been exceeded Maximum number of allowable file uploads has been exceeded apache apache

Maximum number of allowable file uploads has been exceeded


The PHP script won't even start executing until all the files have been uploaded. That means that you cannot change the max_file_uploads directive from within PHP, e.g. with ini_set(): you need to do it in the php.ini file. Otherwise, when you change the setting the limit has already been hit.


add max_file_uploads=500 to php.ini