sunny123456

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Response.Clear();
Response.ContentType="image/jpeg";
Byte[] tData=this.Sessionn["tdata"] as Byte[];
if(tData!=null)
{
Sessionn.Remove["tdata"] ;
Response.OutputStream.Write(tData,0,tData.length);
}
Response.Fulsh();
Response.End();

posted on 2021-04-01 22:38  sunny123456  阅读(615)  评论(0编辑  收藏  举报