string delFile = this.TextBox1.Text.ToString();
        File.Delete(Server.MapPath(
@"upfile\")+delFile.ToString());
        
this.TextBox1.Text = "";
posted on 2009-03-11 22:12  winny  阅读(91)  评论(0)    收藏  举报