From e26fac84980f9a343fd1d32857e72a894fe55da3 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:35:17 +0530 Subject: [PATCH] Create Max File Upload Size.md --- docs/docs/help/FAQs/Max File Upload Size.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/docs/help/FAQs/Max File Upload Size.md diff --git a/docs/docs/help/FAQs/Max File Upload Size.md b/docs/docs/help/FAQs/Max File Upload Size.md new file mode 100644 index 000000000..8c5a106ba --- /dev/null +++ b/docs/docs/help/FAQs/Max File Upload Size.md @@ -0,0 +1,21 @@ +## 📂 Max File Upload Size FAQ + +### ❓ What is the default validation size if nothing is set? +- For Selfhost User the maximum allowed file size is **80 MB**. +- For Cloud User the maximum allowed file size is **10 MB**. +*(Note: There is an extra +10 MB added in limit to prevent unexpected signing failures)* + +--- + +### ❓ Can the file size limit be increased for specific users? +Yes. On demand, the maximum upload size can be increased **up to 90 MB**. +*(Note: There is a hard restriction of **100 MB** at the server level.)* + +--- + +### ❓ What happens if a file exceeds the max size? +If a file exceeds the allowed size: +- The upload is rejected. +- An appropriate validation error is returned to the user. + +---