string pt = Server.MapPath("~/personal/upload/" + Session["resumeid"].ToString() + "/");
if (!Directory.Exists(pt))
Directory.CreateDirectory(pt);
string uppath = pt + this.ful.FileName;
this.ful.SaveAs(uppath);
上传后 uppath 路径不对
<img src='../personal/upload/<%# Eval("FilePath") %>' FileName")%>' />
http://localhost/heyjobWEB/personal/upload/C:/Documents%20and%20Settings/Administrator/桌面/hide_btn_bg.gif