Hello All-
We have purchased a "Basic" hosting plan and was trying to fiddle with the php.ini. We have a web app that we would like to use to upload large files (about 15 MB each).
We have tried few tricks but that doesnt seem to do it.
.htaccess
<IfModule mod_php4.c>
php_value max_execution_time 3000
php_value memory_limit 8M
php_value post_max_size 20M
php_value upload_max_filesize 20M
</IfModule>
-and, when that fails-
php.ini on the root folder
upload_max_filesize = 20M
post_max_size = 20M
neither worked, help, please.