We have a need to attach a few documents whose size is greater than 10 MB.
Are there any settings that we can adjust to increase the Attachment size from 10 MB to 50 MB?
Regards,
We have a need to attach a few documents whose size is greater than 10 MB.
Are there any settings that we can adjust to increase the Attachment size from 10 MB to 50 MB?
Regards,
Yes, this is a setting in your site_config.json file:
https://frappeframework.com/docs/v13/user/en/desk/attachments#limits
@peterg and @Manan_Shah,
Thanks to both for the links.
Here what value have I to set for max_file_size
if I want to assign a limit of 50 MB?
Should I just set max_file_size: 50
or something else?
And after making this changes will I have to restart Bench?
Regards,
The thread from 2015 says it’s in Bytes? Is the site_config.json file size in KB or in Bytes? Thanks!