I am working on window application, I am using system.window.forms.picturebox
control. From window Application I am able to save image in local drive through
pbFingerprint.Image.Save("E:\\ProfileImage\\" + l_FileName);
but when I tried to save into my web server I am getting exception
pbFingerprint.Image.Save("http://www.uploadprofilepic.com//profilePic//" + l_FileName);
Exception:- URI formats are not supported.