UNC Paths in Google Chrome
- by Daemonic
We have an internal wiki setup and do a lot of linking to files on internal shares.
We typically use this format (where Share is the name of the server):
<a href="file:///\\share\blah\blah\file.txt">
This works in FireFox (after modifying the userpref.js) and IE.
We've now had a bit of an adoption of Google Chrome. These links do not appear to work in Chrome. I've been unable to find anything about it on the net so far. :/
This is served up on an IIS box (7.0, https). It seems to be that Chrome has some protection like FireFox does and prevents file links from being loaded from a webpage. Does anyone know of any workarounds?