为了正常的体验网站,请在浏览器设置里面开启Javascript功能!
首页 > WebForm下载图片

WebForm下载图片

2018-03-25 2页 doc 12KB 23阅读

用户头像

is_496339

暂无简介

举报
WebForm下载图片WebForm下载图片 WEBFORM下载图片 Download picture: //Loading the picture file into the Image object System.Drawing.Image img=System.Drawing.Image.FromFile() //The establishment of binary stream MemoryStream ms=new MemoryStream(); //According the image file suffix name ...
WebForm下载图片
WebForm下载图片 WEBFORM下载图片 Download picture: //Loading the picture file into the Image object System.Drawing.Image img=System.Drawing.Image.FromFile() //The establishment of binary stream MemoryStream ms=new MemoryStream(); //According the image file suffix name , write the file into binary stream switch () { case "gif": ContentType = "image/gif"; img.Save(ms, System.Drawing.Imaging.ImageFormat.Gif); break; case "jpg": ContentType = "image/jpeg"; img.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg); break; ……… } //Set the output format Response.AddHeader("Content-disposition", "attachment;filename=" + ) //Set the format of data Response.ContentType = ContentType; //Set the encoding of data Response.ContentEncoding = System.Text.Encoding.GetEncoding("gb2312"); //Output data in binary mode WEBFORM下载图片 Response.BinaryWrite(ms.ToArray()); //Dispose the object used img.Dispose(); ms.Dispose(); Response.End();
/
本文档为【WebForm下载图片】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索