I am using c# and trying to post data to a form on another server, the form includes an image attachment along with some parameters ex:
firstName = First lastName = Last Image = ImageFile.JPG
Looking for an example of how to construct a method to send this I've been looking into the HttpWebRequest but need an example.
A simpler alternative to HttpWebRequest is the WebClient class. To upload name value pairs: