I have been trying for two days to increase the max filesize for file uploads via php to 10M from the default 2M. I change the php.ini file that is referenced by phpinfo to
Have you restarted apache2?
sudo service apache2 restart
The new php.ini configuration is only applied when apache starts.