Send file to Web Api – Asp.net
Hello I Have a request in web form code behind and i like call web api send Object with a property of type IFormCollection, the object properties sending but file not WebRequest wrqst = WebRequest.Create(URLService + method); var postData =…