Hi,
I want to change the value of upload_max_filesize in php.ini, with function ini_set("upload_max_filesize", "8M");
But this does not work! the function return False!
Any ideas?
ini_set always returns false
Moderator: General Moderators
Re: ini_set always returns false
http://www.php.net/manual/en/ini.php#ini.list
upload_max_filesize is only PHP_INI_PERDIR changeable.
upload_max_filesize is only PHP_INI_PERDIR changeable.