|
1 | 1 | ## 📂 Max File Upload Size FAQ
|
2 | 2 |
|
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)* |
7 | 8 |
|
8 | 9 | ---
|
9 | 10 |
|
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. |
13 | 17 |
|
14 | 18 | ---
|
15 | 19 |
|
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 |
20 | 26 |
|
21 | 27 | ---
|
0 commit comments