So if you are like me using Mosso and cant edit the php.ini file then if you want to increase the default upload size you need to edit your .htaccess file and add the following (adjust as needed):
1 | php_value post_max_size 16M |
So if you are like me using Mosso and cant edit the php.ini file then if you want to increase the default upload size you need to edit your .htaccess file and add the following (adjust as needed):
1 | php_value post_max_size 16M |