ASP.net core MVC Framework 5 Formdata not the right type when appending image
Goal: I wish to post an image from the view to the controller using a model. Issue: When adding the form data to the ajax method, it says, "Uncaught TypeError: Failed to construct 'FormData': parameter 1 is not of type…