kullanarak bir enum ile birlikte bir resim yüklemek için kontrolör imza bulunuyor çalışıyorum bir dosya ve türü) Ben 415 hatası alıyorum:
:{"Message":"The request entity's media type 'multipart/form-data' is not supported for this resource.","ExceptionMessage":"No MediaTypeFormatter is available to read an object of type 'ResImageType' from content with media type 'multipart/form-data'.","ExceptionType":"System.Net.Http.UnsupportedMediaTypeException","StackTrace":" at System.Net.Http.HttpContentExtensions.ReadAsAsync[T](HttpContent content, Type type, IEnumerable
1 formatters, IFormatterLogger formatterLogger, CancellationToken cancellationToken)\r\n at System.Web.Http.ModelBinding.FormatterParameterBinding.ReadContentAsync(HttpRequestMessage request, Type type, IEnumerable
1 formatters, IFormatterLogger formatterLogger, CancellationToken cancellationToken)"}
hatta benim startup.cs sınıfa aşağıdaki eklemiş 210
Web api denetleyicisi kullanarak bir dosyayla birlikte nasıl bir model yükleyebilirim?