凌寒飘香

____成风破浪会有时,直把云帆济沧海!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::
1.ViewState["UpLoadFile"] = ds.Tables[0].Rows[0]["UpLoadFile"]!=System.Convert.DBNull?(byte[])ds.Tables[0].Rows[0]["UpLoadFile"]:null;

2.
                 Response.AddHeader("Connection", "Keep-Alive");
                Response.ContentType = "application/octet-stream";
                Response.AddHeader("Content-Disposition", "attachment;filename=" + ViewState["UpLoadFileName"].ToString());
                Response.OutputStream.Write((byte[])ViewState["UpLoadFile"], 0, (int)(((byte[])ViewState["UpLoadFile"]).Length));
                Response.End();
posted on 2008-03-17 17:18  凌寒飘香  阅读(147)  评论(0编辑  收藏  举报