path = Server.MapPath("/")+Request("select")组合一下字符串就行了

解决方案 »

  1.   

    我做.net的,习惯在这版问问!
    楼上的说清楚些可以吗?
    怎么组合?
      

  2.   

    path = Server.MapPath("/"& Request.Form("select"))
      

  3.   

    我改成了:
    Set fd = fs.GetFolder( Server.MapPath("/"& Request.Form("select")) )
    所搜索的还是主文件夹内的全部!
    纳闷中
      

  4.   

    for each file in fd.files
     
     Response.Write(file&"<BR>")
     
     next
      

  5.   

    不能!还是不能~~~~
    遍历文件夹不可以的!
    功能还是没有实现?
    慕白兄
    具体到select里的设置可以吗?
      

  6.   

    dim path;
    path = Server.MapPath("/"& Request.Form("select"))