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
You might also need to increase the maximum size of a post:
post_max_size=10M
Try that.