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
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
When a multipart form includes a filename using RFC 5987 encoding semantics such as:
That filename is lost when the FormFile class is created. The issue starts at line 184 in FormFeature.cs:
https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNetCore.Http/Features/FormFeature.cs#L184
At this point, contentDisposition.FileName is null, because contentDisposition.FileNameStar contains the value of the filename.
To reproduce this issue in test, send the following request:
The text was updated successfully, but these errors were encountered: