<1> PostedFile类 得到在对话框选择的文件路径 FileUpLoad1.PostedFile.FileName 必须Server.MapPath()把选择的文件上传 FileUpload1.PostedFile.SaveAs(Server.MapPath(路径));