How to increase max upload file size limit using HTACCESS ?

By default,most server allow max 2MB file size to upload on server.but in some case you have to change to allow more than 2MB files to upload.just add following code in .htaccess file.
eg.
upload_max_filesize=20MB

Most Popular

PHP use of array in form ?