Skip to content

Allow FormOptions to be configured in appsettings.json#779

Open
thoscut wants to merge 1 commit intoloic-sharma:mainfrom
thoscut:main
Open

Allow FormOptions to be configured in appsettings.json#779
thoscut wants to merge 1 commit intoloic-sharma:mainfrom
thoscut:main

Conversation

@thoscut
Copy link
Copy Markdown

@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