I have literally tried everything to change the max_upload_filesize:
1) changing in php theme function file
2) adding php.ini and php5.ini to the website root and also to the wp-admin folder
3) adding to .htaccess file
4) adding to wp-config file
But nothing works. I have called phpinfo() in the index.php file to check the values and it says 2M.
Edit: My server configuration has set the max_upload_filesize to 32M but my site's is 2M.