从 XPSP2 启动本地文件夹/IE8
我们有一个内部网,通常提供适用于整个公司的所有信息/文档(员工手册、会议记录等)。
其中大部分工作是通过让 Web 服务器解析文件夹并将文件呈现给用户来完成的。
本例中的问题是最新文件夹仅限于某些用户。由于 Kerberos 目前不是一个选项,我打算回避这个问题,只插入一个打开 UNC 路径的链接:
file://\Server\SecureFolder\
我刚刚发现自 XPSP2 以来,这还没有标准 HTML/JS 是不可能的。
有谁知道还有另一种方法可以做到这一点?它是内部的,所以我对网络服务器有很多控制权(但域配置的更改必须是合理的)
我想知道是否有像 .Net 或 ActiveX [颤抖] 解决方案或类似的东西?
预先感谢您的任何帮助。
We've got an intranet which normally serves all info/documents that appl to the whiole company (employee handbooks, minutes, etc...)
Most of these work by having the web server parse a folder and present the files to the user.
The problem in this case is that the latest folder is restricted to cerain users. As Kerberos is not currently an option, I was planning to side-step the issue and just insert a link which opens up a UNC path:
file://\Server\SecureFolder\
I've just found out that since XPSP2 this hasn't been possible with standard HTML/JS.
Does anyone know of a nother way this can be done? It's internal so I've got a lot of control over the webserver (but domain config changes will have to be justified)
I'm wondering if there's something like .Net or an ActiveX [shudder] solution or similar?
Thanks in advance for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎解决方案是在没有 Javascript 和没有 file:// 的情况下执行此
操作,以下有效:
Seems the solution was to do it without Javascript and without the file://
The following works: