Open a file:// protocol with UNC paths in HTML page
Posted
by ace
on Stack Overflow
See other posts from Stack Overflow
or by ace
Published on 2010-06-03T06:02:31Z
Indexed on
2010/06/03
8:44 UTC
Read the original article
Hit count: 231
Hi - I'm trying to open a file located on a networkshare by giving the anchor tag path = file://///servername/folder/file.docx
This works in IE8 and i'm able to open the file in word, however in Firefox nothing happens. I believe it's due to some secruity settings in Firefox. I tried about:config and turning off the checkloaduri value. But it didnt solve the problem.
Does anyone know how I can make this work in both IE and Firefox.
© Stack Overflow or respective owner