I am working on a mobile application on .net. This is a windows mobile application. I am facing a problem in this application that I wanna upload an image/file to given url/server. Many upload classes is not using like Webclient, WebRequest, WebResponse. I used HttpWebRequest, That is not connecting with server. Please anyone can help me on how to upload the images on given url in windows mobile 6 in .net.
Thanks in advance.
Hey take a look at this code for uploading at Image Shack:
You can modify it to use with other web site by just using Fiddler to change the web requests