我使用asp.net把图片从数据库显示在页面上,因为该图片没有类型和名称,用户无法另存为,800700de错误
怎么解决,我已经加上了:Response.ContentType="application/octet-stream";this.EnableViewState=fals...
怎么解决,我已经加上了:
Response.ContentType = "application/octet-stream";
this.EnableViewState = false;
Response.AddHeader(" Content-type ", "image/jpeg");
Response.AppendHeader("Content-Length", ((Byte[])reader["Thumbnail"]).Length.ToString());
Response.AppendHeader("Content- disposition", "inline;imageName=" + randomNum());
类似的头文件,可还是不行。
请注意我是想解决代码问题,不是平时使用widows系统出现问题的解决,麻烦了!
我上传数据库的图片是缩略图,所以需要传到数据库。 展开
Response.ContentType = "application/octet-stream";
this.EnableViewState = false;
Response.AddHeader(" Content-type ", "image/jpeg");
Response.AppendHeader("Content-Length", ((Byte[])reader["Thumbnail"]).Length.ToString());
Response.AppendHeader("Content- disposition", "inline;imageName=" + randomNum());
类似的头文件,可还是不行。
请注意我是想解决代码问题,不是平时使用widows系统出现问题的解决,麻烦了!
我上传数据库的图片是缩略图,所以需要传到数据库。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询