How to manually increase the upload file size in WordPress
After a brand new installation of WordPress, I found out that WordPress defaults to 2MB of uploads of media files. To fix, you can add the following lines to the .htaccess file within Apache.
php_value upload_max_filesize 12M
php_value post_max_size 13M
php_value memory_limit 15M