I am trying to display a document in the browser using a html link which has this form :
<a href="file://Serveur-clipper\path\file.pdf" target="_blank">filename.pdf</a>
I already tried to use file://
, file:///
, file:\\
, and file:\\\
, but I always have the same error :
Not allowed to load local resource: file://...etc
The strange thing is that it is working on one computer (with google chrome) when the extention "LocalLinks" is installed but not on the others computers (with the same extention installed).
It is working on all computers when I directly paste the file path in the URL, the only problem is when using the link to open it.
I don't understand the issue.