Skip to content

Commit b7b61df

Browse files
Update Max File Upload Size.md
1 parent 20f1e68 commit b7b61df

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed
Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
## 📂 Max File Upload Size FAQ
22

3-
### ❓ What is the default maximum file size if nothing is set?
4-
- For Selfhost User the maximum allowed file size is **80 MB**.
5-
- For Cloud User the maximum allowed file size is **10 MB**.
6-
*(Note: There is an extra +10 MB added in limit to prevent unexpected signing failures)*
3+
### ❓ What is the default maximum file size?
4+
5+
- **Self-Hosted Users:** Maximum file size is **80 MB**
6+
- **Cloud Users:** Maximum file size is **10 MB**
7+
*(Includes an additional +10 MB buffer to prevent signing failures)*
78

89
---
910

10-
### ❓ Can the file size limit be increased for specific users?
11-
Yes. On demand, the maximum upload size can be increased **up to 90 MB**.
12-
*(Note: There is a hard restriction of **100 MB** at the server level.)*
11+
### ❓ Can the file size limit be increased?
12+
13+
- **Cloud Hosting:** Yes — on request, the limit can be increased **up to 90 MB**
14+
- **Self-Hosting:** No — the limit is fixed at **80 MB** and cannot be modified
15+
16+
> ⚠️ **Note:** There is a hard server-side limit of **100 MB**, which cannot be exceeded.
1317
1418
---
1519

16-
### ❓ What happens if a file exceeds the max size?
17-
If a file exceeds the allowed size:
18-
- The upload is rejected.
19-
- An appropriate validation error is returned to the user.
20+
### ❓ What happens if a file exceeds the maximum size?
21+
22+
If a file exceeds the allowed limit:
23+
24+
- The upload is **rejected**
25+
- A **validation error message** is returned to the user
2026

2127
---

0 commit comments

Comments
 (0)