I have a question regarding file uploads in ERPNext/Frappe.
What is the maximum size of a single file that can be uploaded? Is there a default limit, and can it be increased?
Also, if the limit can be changed:
-
Is there any recommended maximum file size?
-
Are there any performance or storage considerations when allowing larger uploads (e.g., 100 MB, 500 MB, or more)?
-
Are there any server-side settings (such as Nginx or site configuration) that also need to be updated in addition to the System Settings?
I would appreciate it if someone could explain how file upload limits work and what the best practice is for handling large file uploads.