Conversation:
Notices
-
nepfag (nepfag)'s status on Sunday, 21-Feb-2016 08:47:52 EST nepfag
!gnusocial Does anyone know how to increase the maximum file size for attachments? -
MMN-o ✅⃠ (mmn)'s status on Sunday, 21-Feb-2016 09:27:41 EST MMN-o ✅⃠
$config['attachments']['file_quota'] = 50*1024*1024; // where 50 is the value you want in Mebibytes. (the config option takes a value in number of bytes allowed)
You might have to change user_quota and monthly_quota too. Check lib/default.php for default values.
-