muke77

博客园 首页 新随笔 联系 订阅 管理

2012年2月11日 #

摘要: 查询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)