Quote:
Originally Posted by l2-inferno
please specify this
|
hbalagh1 is right about this.
The upload_max_filesize directive defaults to 2Megs. It can be set from php.ini, httpd.conf or .htaccess from version 4.2.4 on. Before that it could be set from anywhere
As he says, just add this line to the .htaccess file in the root directory of your forum. If there isn't a .htaccess file there, create one.
Quote:
php_value upload_max_filesize 10M // max size in Mb
|