dotnet/aspnetcore

HttpRequest.Form throws an undocumented System.InvalidOperationException

Open

#49.096 aberto em 29 de jun. de 2023

Ver no GitHub
 (5 comments) (0 reactions) (1 assignee)C# (10.653 forks)batch import
Docsarea-networkingbughelp wantednet8_docathon

Métricas do repositório

Stars
 (37.933 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (258 fundiu PRs em 30d)

Description

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

After upgrading from ASP.NET Core 3.x to ASP.NET Core 6, we found that HttpRequest.Form throws an undocumented System.InvalidOperationException with the message "Incorrect Content-Type: image/png".

System.InvalidOperationException: Incorrect Content-Type: image/png
   at Microsoft.AspNetCore.Http.Features.FormFeature.ReadForm()
   at Microsoft.AspNetCore.Http.DefaultHttpRequest.get_Form()

This seems to only affect image files. Using the same code to read CSV files continues to work.

Expected Behavior

Form object is returned.

Steps To Reproduce

No response

Exceptions (if any)

System.InvalidOperationException

.NET Version

7.0.304

Anything else?

Guia do colaborador