Forum Discussion
sylvainrodrigue
Apr 10, 2019Brass Contributor
How the new Edge will handle file:// URI ?
file: links seems to be ignored in this version of Edge (like they are in Chrome). In the previous version of Edge however (and all IE versions), clicking on a file: link opens the original document....
JeffOwens
Apr 16, 2020Copper Contributor
Thanks narutards
For anyone else interested, we changed all our file:// link references to localfile:// and implemented a new protocol handler in the registry.
For example:
localfile://open?data=\\NASORL1\EngData\MAVIS\ProjectTickets\13092\Engineering-Data\Prototype\
Since this issue only applies to our intranet web application that we've developed internally, it was an easy thing to deploy (you might be able to do it via group policy if you're running AD or via an easy EXE to make those if not).
Also, since this is a registry edit, the protocol will be recognized on any browser.
That's our work-around for now.
jpochedley
Apr 20, 2020Brass Contributor
JeffOwens Can you provide more details on how you configured the new handler in the registry?