File Uploading using Server.MapPath() and FileUpload.SaveAs()

前端 未结 4 1972
梦如初夏
梦如初夏 2021-02-09 09:51

I have a website admin section which I\'m busy working on, which has 4 FileUpload controls for specific purposes. I need to know that , when I use the Server.MapPath()

4条回答
  •  误落风尘
    2021-02-09 10:33

    Yes it should still work as Server.MapPath uses the relative values and returns the complete physical path.

提交回复
热议问题