You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug tries to tie a couple of issues and provide some search terms.
#9510 and #12847 introduced FormFileValueProviderFactory in the ResourceExecutingContext's ValueProviderFactories.
On the other hand, the 2.2 documentation for streaming file upload describes which ValueProviderFactories to remove in order to make large file uploads work.
Describe the bug
This bug tries to tie a couple of issues and provide some search terms.
#9510 and #12847 introduced FormFileValueProviderFactory in the ResourceExecutingContext's ValueProviderFactories.
On the other hand, the 2.2 documentation for streaming file upload describes which ValueProviderFactories to remove in order to make large file uploads work.
The documentation team is already updating the docs: dotnet/AspNetCore.Docs#13344
Should this be part of the breaking changes in 3.0?
To Reproduce
Run the documentation's 2.2 code on 3.0 and notice that the request fails with
Expected behavior
Streaming file uploads should work.
To fix
RemoveType the
FormFileValueProviderFactory
in the resource filter attribute as well.The text was updated successfully, but these errors were encountered: