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 8eebdfd6448..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 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: 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: