if (FileUpLoad1.HasFile) { FileUpLoad1.SaveAs(Server.MapPath("upload")+ "\\" + FileUpLoad1.FileName); }