摘要:
无标题页 aps.net后台代码:using System;using System.Web;using System.IO;public class IbeaconHandler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; try { //获取当前Post过来的file集合对象,在这里我只获取了的文件控件 HttpPo... 阅读全文
posted @ 2013-07-11 21:41
zhangchun
阅读(1155)
评论(0)
推荐(0)
浙公网安备 33010602011771号