Quote:
Originally Posted by RS_Jelle
The 1GB of storage can be set using the usergroup permissions. The 20MB per file can be accomplished by limiting it with a .htaccess file in the forums directory to limit the PHP maximum upload value.
Code:
php_value upload_max_filesize 20M
php_value post_max_size 20M
|
What error will that report to the user? Will they understand it?