本文共 749 字,大约阅读时间需要 2 分钟。
?? ASP.NET ??????????????????????????????????
????????? ASP.NET ?????????????????????????????????????????????????
???????????????????
???????????? MappedPath ??????????
string savePath = Server.MapPath("~/upload");if (!System.IO.Directory.Exists(savePath)){ System.IO.Directory.CreateDirectory(savePath);}savePath = savePath + string.Format("\\{0}", FileUpload1.FileName);FileUpload1.SaveAs(savePath); ?????????????? Web.config ?????????????????????????
????????????????????????????????????????????????
WebForm1.aspx ??? FileUpload ??OnClick ????Literal1 ??????????????????????????????????????????????????
转载地址:http://firm.baihongyu.com/