trustnooneelse
trustnooneelse
CC#
Created by Utsuhoagie on 4/1/2023 in #help
❔ Why is my ASP.NET Core Web API not responding at all to a `multipart/form-data` request?
well in my case i needed to add to the post method following attribute:
[Consumes("multipart/form-data")]
[Consumes("multipart/form-data")]
5 replies