string savepath = Server.MapPath("filesPath");

//HttpContext.Request.MapPath("FilesPath") 

 HttpPostedFile.SaveAs(savepath);