Inclrease the upload limit via .htaccess in Linux

Use the following code in the .htaccess file to increase for files to be uploaded.

php_value upload_max_filesize 10M
php_value post_max_size 20M
php_value memory_limit 32M