Inclrease the upload limit via .htaccess in Linux
by Joseph on the 10th May 2020
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