摘要:
查询oracle blob中存储图片并以ashx发布View Code public class getPhoto : IHttpHandler { public void ProcessRequest(HttpContext context) { string photoid= context.Request["photoid"].ToString(); byte[] buffer = getPhotoFromDB(photoid); context.Response.OutputStre... 阅读全文
posted @ 2012-02-11 10:05
muke77
阅读(227)
评论(0)
推荐(0)
浙公网安备 33010602011771号