html - Maximum number of allowable, no max_file_uploads in php.ini -
i have php lets user upload maximum of 20 files. when submit pictures getting following error in error_log => php warning: maximum number of allowable file uploads has been exceeded in unknown on line 0
when created phpinfo file under max_file_uploads have 20 under local value , master value 'configuration php core'.
when open php.ini file cannot find max_file_uploads , when insert 'max_file_uploads = 50' value in php info file (above) remains same i.e. 20.
what doing wrong please?
update
i on shared host... tried doing ini_set('max_file_uploads', 50); didn't work.
the host told me cannot restart server 'on shared hosting, there no way reset/restart server effect hundreds of different accounts'
Comments
Post a Comment