对,要的就是这效果,不过,加入的路径我如何提取?
这用的是第三方控件吗?是HOTMAIL上的吗?

解决方案 »

  1.   

    这是html控件,供上传文件用的.<input type=file id=f><input type=button onclick="alert(f.value)">这里只取到"路径",要读取文件,看asp版的faq,有文件上传相关内容
      

  2.   

    多谢fason(【阿信】),最后一个小问题,BUTTON的value我如何才能自己定,我不能用"浏览..."
      

  3.   

    不能
    <input type=file id=f style="display:none"><input value="来看看..." type=button onclick="f.click()">