Attachment Filesize

Nokturn

Member
Hi Everyone,

i have a question.

Is there a way to change the upload limit to 5 mb and i want to upload .rar files where i have to set it up?

Sorry for m bad English.

Thx Nokturn
 
Change the max attachment size and set the types in the ACP -> Options -> Attachments.

You may need to edit the php.ini settings, or add these lines to your .htaccess:

php_value upload_max_filesize 5M
php_value post_max_size 5M
 
Top Bottom