
11-26-2010, 05:40 PM
|
|
|
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by synseal
Dont know where the php.ini is nor do I know what to add to it, I know where the .htaccess file is but what do I add to it.
I tried this in the .htaccess after reading vb.org but didnt' work.
php_value memory_limit 30M
Thanks.
|
You need to add this:
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M
|