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....
sylvainrodrigue
Apr 20, 2020Brass Contributor
JeffOwens +1 ! This is what we have done finally. We just had to implement a new URI Scheme handler to mimic what we had in IE11. It works with all modern browsers.
If anybody want directions, please tell me. (Note: I'm the guy who posted the initial subject - I'm working for another company now).
Best regards JeffOwens.
SoumyaRaju
Mar 01, 2021Copper Contributor
Could you please share how you implemented the URI Scheme handler?