I have application which is selecting image from image gallery and I have a image path for e.g PhotoResult e e.OriginalFileName I am getting complete path so how I can directly saveAs this image to the Server using Windows Phone.
I have all the stream and path so how I can save this image into the my server as a Image just like the folder system and inside the folder I have Imagename.jpg so how I can save even I don't have a Server.Map()
into the Windows Phone. Is there any utility or any code where I can upload image?
It like how I can Map this image to server like Server.Map('`');