I am having some issues with the MVC 4 Web-API accepting images. I am following this https://stackoverflow.com/a/10327789/385595 and http://www.asp.net/web-api/overview/formats-and-model-binding/html-forms-and-multipart-mime#multipartmime
I am getting the error Cannot implicitly convert type 'System.Web.HttpRequestBase' to 'System.Net.Http.HttpRequestMessage' on the line: HttpRequestMessage request = this.Request;
Anyone have any idea what is wrong?