To override the default PHP upload size limits open (or create) your .htaccess file located in public_html and add the following lines:
php_value post_max_size 32M
php_value upload_max_filesize 32M
This will increase the default limit of 8MB to 32MB
To override the default PHP upload size limits open (or create) your .htaccess file located in public_html and add the following lines:
php_value post_max_size 32M
php_value upload_max_filesize 32M
This will increase the default limit of 8MB to 32MB