From 8a3d1d7b07d02ed486fbaf05aa393c22e7474398 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Fri, 3 Oct 2025 08:24:16 +0200 Subject: [PATCH 1/2] Increase documented Kestrel MaxRequestLength to 50MB to match product behaviour Updated Kestrel's MaxRequestLength limit to 50MB. --- .../reference/configuration/maximumuploadsizesettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md b/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md index 8eebdfd6448..348f0e3f7ad 100644 --- a/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md +++ b/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md @@ -53,7 +53,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web ## Using Kestrel -Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 28.6MB, update this value in the `appsettings.json` file. +Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default value, update this value in the `appsettings.json` file. Example configuration: From e8cee2c2d33244bcc9c8ab3b38a58513625d55d2 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Fri, 3 Oct 2025 08:27:47 +0200 Subject: [PATCH 2/2] Updated for all versions --- .../reference/configuration/maximumuploadsizesettings.md | 2 +- .../reference/configuration/maximumuploadsizesettings.md | 2 +- .../reference/configuration/maximumuploadsizesettings.md | 2 +- .../reference/configuration/maximumuploadsizesettings.md | 2 +- .../reference/configuration/maximumuploadsizesettings.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/10/umbraco-cms/reference/configuration/maximumuploadsizesettings.md b/10/umbraco-cms/reference/configuration/maximumuploadsizesettings.md index 936a91c7fd5..c9ba6316829 100644 --- a/10/umbraco-cms/reference/configuration/maximumuploadsizesettings.md +++ b/10/umbraco-cms/reference/configuration/maximumuploadsizesettings.md @@ -35,7 +35,7 @@ Umbraco Cloud uses IIS for hosting. This means you need to add the setting in a ## Using Kestrel -Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 28.6MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller. +Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 50MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller. An example of a configuration could look something like this: diff --git a/13/umbraco-cms/reference/configuration/maximumuploadsizesettings.md b/13/umbraco-cms/reference/configuration/maximumuploadsizesettings.md index 9057cec7182..a764295317c 100644 --- a/13/umbraco-cms/reference/configuration/maximumuploadsizesettings.md +++ b/13/umbraco-cms/reference/configuration/maximumuploadsizesettings.md @@ -34,7 +34,7 @@ The upload size limit is 500mb on Umbraco Cloud. # Using Kestrel -Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 28.6MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller. +Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 50MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller. An example of a configuration could look something like this: diff --git a/15/umbraco-cms/reference/configuration/maximumuploadsizesettings.md b/15/umbraco-cms/reference/configuration/maximumuploadsizesettings.md index 6772d58ec62..cea83ba5542 100644 --- a/15/umbraco-cms/reference/configuration/maximumuploadsizesettings.md +++ b/15/umbraco-cms/reference/configuration/maximumuploadsizesettings.md @@ -49,7 +49,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web ## Using Kestrel -Kestrel’s runtime settings allow you to configure `MaxRequestLength` and `MaxQueryStringLength`. If you want to upload files larger than 28.6MB, update these values in the `appsettings.json` file. +Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default, update this value in the `appsettings.json` file. Example configuration: diff --git a/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md b/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md index 348f0e3f7ad..7e1f690e9e7 100644 --- a/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md +++ b/16/umbraco-cms/reference/configuration/maximumuploadsizesettings.md @@ -53,7 +53,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web ## Using Kestrel -Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default value, update this value in the `appsettings.json` file. +Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default, update this value in the `appsettings.json` file. Example configuration: diff --git a/17/umbraco-cms/reference/configuration/maximumuploadsizesettings.md b/17/umbraco-cms/reference/configuration/maximumuploadsizesettings.md index 8eebdfd6448..7e1f690e9e7 100644 --- a/17/umbraco-cms/reference/configuration/maximumuploadsizesettings.md +++ b/17/umbraco-cms/reference/configuration/maximumuploadsizesettings.md @@ -53,7 +53,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web ## Using Kestrel -Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 28.6MB, update this value in the `appsettings.json` file. +Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default, update this value in the `appsettings.json` file. Example configuration: