摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data 阅读全文
摘要:
上传 Boolean fileOk = false; //指定文件路径,pic是项目下的一个文件夹;~表示当前网页所在的文件夹 HttpPostedFile postedFile = request.Files[0]; 阅读全文