Hello,
I am trying to override my upload_max_filesize
in php but I still get the value which is in my php.ini file which is 2 mb.
ini_set('upload_max_filesize','30M');
ini_set('post_max_size','30M');
echo("<br>".ini_get('upload_max_filesize')."<br>");