2016年1月26日

摘要: 1 public void ProcessRequest(HttpContext context)2 {3 context.Response.ContentType = "text/plain";4 string encodeFile... 阅读全文
posted @ 2016-01-26 22:37 努力的活着_在人间 阅读(137) 评论(0) 推荐(0)
摘要: public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; //1:接收发送过来的文件的数据. ... 阅读全文
posted @ 2016-01-26 21:30 努力的活着_在人间 阅读(224) 评论(0) 推荐(0)
摘要: 1 public void ProcessRequest(HttpContext context) 2 { 3 context.Response.ContentType = "text/plain"; 4 string filePat... 阅读全文
posted @ 2016-01-26 20:36 努力的活着_在人间 阅读(795) 评论(0) 推荐(0)
摘要: 1 string waterImageName = Guid.NewGuid().ToString();//加水印后图片的名称 2 //using (Image img1 = Image.FromStream(file.InputStream))//根据文... 阅读全文
posted @ 2016-01-26 20:34 努力的活着_在人间 阅读(401) 评论(0) 推荐(0)
摘要: //------------Form表单的属性:enctype="multipart/form-data";//上床文件的asp.netcontext.Response.ContentType="text/html";//接收上传的文件HttpPostedFile upFile=context.Re... 阅读全文
posted @ 2016-01-26 14:45 努力的活着_在人间 阅读(345) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 26 27 28 29 30 服务器很忙,5秒后跳转到主页面。。31 32 阅读全文
posted @ 2016-01-26 13:02 努力的活着_在人间 阅读(378) 评论(0) 推荐(0)

导航