Forum Discussion
link to local file
I can get this without IE mode using Edge insider canary
and as far as i remember, when i was looking at my enterprise site list for IE mode implementation, Edge insider canary was loading that file correctly.
try not to use "file:///Y:/Fol"
use "server/computername" and the rest of the file path. or better yet, create a virtual directory in your web server IIS and put your files in there, i can confirm it works this way.
Thank you for your answer.
And your solutions works without IE mode, but unfortunately they do not solve my problem.
If i have a hypelink:
<a href="y:\FolderName\10000.docx" target="_blank" >link to file</a>
and click on it from Internet Explorer, the file will be opened with Microsoft Word from that location. The user can then edit the document and save the changes without specifying the filename or dowloadning the file.
If i do the same with Chrome or Edge (Beta), nothing happens when clicking the link. And looking at the console is see this message.
The same happens if i change the path to servername...
I can solve it using an extension called IE-tab, but i thought that i could do it smarter without an extension in Edge due to its IE-Mode and the site liste, by forcing edge to open local file links in IE mode.
If i paste the url in the browser like your suggestions, the file will be downoladed locally which i dont want, because it is then no longer a shared file in a shared folder. I use the intranetsite for managing a lot of documents, where the users can edit these.
- HotCakeXNov 13, 2019MVPI understand,
sorry I don't think I know how to solve that.
If I had to do that, I would use Sharepoint and Office365 to not rely on Internet explorer and older software.
p.s Sharepoint has been around since 2001
https://products.office.com/en-us/sharepoint/collaboration- Le_MichelSep 08, 2020Brass Contributor
Hello, we are experiencing a similar issue. We have a SharePoint site with links to a fileshare where we have scripts used by support teams.
Microsoft' promise was if it works with edge legacy it will work with the new edge and in this case it works with edge legacy.
Opening my SharePoint site in IE mode is of course not an option !