Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Upload files with angular 2+ to asp net core

Is it possible to make this enter image description here type of post request with angular 2+ , I'm posting with postman like this and everything works fine but can't make any request with angular which my Api can handle. this is my api Controller

[HttpPost, DisableRequestSizeLimit]
        public IActionResult Save([ModelBinder(BinderType = typeof(JsonModelBinder))]
            DocumentEvaluationModel model, IList<IFormFile> files)
        {

        }

Comments