Skip to content

Conversation

thoscut
Copy link

@thoscut thoscut commented Aug 11, 2023

As the FormOptions allow to configure e.g. MultipartBodyLengthLimit, allowing larger packages will also need this options to be conifgurable using the appsettings.json, which will be enabled by the change:

  "FormOptions": {
    "MultipartBodyLengthLimit": 214748364700,
  },

  "IISServerOptions": {
    "MaxRequestBodySize": 26214400000,
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant