string FactorImagename = factor.FactorImage;
if (System.IO.File.Exists(Request.MapPath("~/Images/Factor/" + FactorImagename))) { System.IO.File.Copy(HttpContext.Server.MapPath("~/Images/Factor/") + FactorImagename, HttpContext.Server.MapPath("~/Images/Account/") + acDocument.Img, true); }