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!
I have a question, I am trying to upload a zip file of 276MB with about 290 files in it. The upload stops at 25% and shows XMLHttpRequest Error
. Anyone who knows how I can resolve this?