System.Net.WebClient wc = new System.Net.WebClient();
wc.Headers.Add("Content-Type", "image/jpeg");
byte[] resData = wc.UploadFile(netWorkPath + fileInfo.Name, filePath);
wc.Headers.Add("Content-Type", "image/jpeg");
byte[] resData = wc.UploadFile(netWorkPath + fileInfo.Name, filePath);