I am sending image through webrequest to my live server but i am not able to get image file on server how to get the image if any on help me please.


WebRequest request = WebRequest.Crea te("http://192.168.1.26/Madhav/SaveClinicalFun dusImages.aspx" );


request.Method = "POST";

string postData...