博客
关于我
asp.net代码练习 work016 fileupload文件上传
阅读量:312 次
发布时间:2019-03-03

本文共 743 字,大约阅读时间需要 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/

    你可能感兴趣的文章