摘要:
学习asp.net上传文件时,发现有三种方法可以获取当前web程序目录物理路径: 方法一: string sPath = System.IO.Path.GetDirectoryName(Page.Request.PhysicalPath) 方法二: string sPath = System.Web.HttpContext.Current.Request.MapPath("images/") ... 阅读全文
posted @ 2008-03-20 18:18
wangbin
阅读(1709)
评论(0)
推荐(0)
浙公网安备 33010602011771号