Dalla pagina della documentazione di ini_set()

Many settings, although they do get set, have no influence in your script.... like upload_max_filesize will get set but uploaded files are already passed to your PHP script before the settings are changed.

Also other settings, set by ini_set(), may be too late because of this (post_max_size etc.).
beware, try settings thru php.ini or .htaccess.