Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
trustnooneelse
Posts
Comments
C
C#
•
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