从Chrome或Firefox打开Windows资源管理器的链接

时间:2019-05-24 09:43:26

标签: html file google-chrome firefox explorer

我正在开发一个Intranet网站,我需要通过我的网页上的链接访问一些文件夹。

所以,我这样做了:

module.exports =
{
  entry: {
    block1: "./block1/index.js"
    block2: "./block2/index.js"
  },
  output: {
    filename: "./[name]/build/[name].build.js"
  }
}

它可以在IE11上运行(我必须将我的网站放置在受信任的网站中,以避免Windows要求允许该网站打开Windows资源管理器)

但是在Firefox或Chrome上,无法使其正常工作!

如果有人知道解决方案,请 谢谢。

在这些浏览器中可能是安全的,但是我不知道如何允许我的网站从这些浏览器中打开Windows资源管理器。

我在Windows Server 2016数据中心上的WampServer 3.1.9 x64上,我正在使用最新版本的chrome和firefox。

0 个答案:

没有答案