Forum Discussion
ThueMj
Nov 12, 2019Copper Contributor
link to local file
I have a intranet website, where i link to some local files i.e. file:///Y:/Foldername/16349.docx In internet Explorer this works fine. In Google Chrome local files are not supported, but a worka...
HotCakeX
Nov 12, 2019MVP
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.