Increasing PHP file upload size by .htaccess
here are some of the values you can change in an .htaccess file:
php_value upload_max_filesize 10M
php_value post_max_size 20M
php_value memory_limit 128M
Copy the above settings into a text file named .htaccess file and put it in your web or CMS root directory.