摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data 阅读全文
posted @ 2016-03-14 11:51 武韬君 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 上传 Boolean fileOk = false;            //指定文件路径,pic是项目下的一个文件夹;~表示当前网页所在的文件夹            HttpPostedFile postedFile = request.Files[0];           阅读全文
posted @ 2016-03-14 11:30 武韬君 阅读(339) 评论(0) 推荐(0) 编辑