同时问下如果上传到文档库了,该如何在别的页面查看该上传文件,我用string path = Server.MapPath("http://sps201003:82/sites/devtest01/DocLib") + "\\" + filename;     System.IO.FileInfo file = new System.IO.FileInfo(path);会报不是有效虚拟路径的错误,而使用request.Method = "GET";的方法不会使用,有一起帮助的谢谢了