I'm trying to display a PDF but it's impossible.
The only thing that the console returns is this : Not allowed to load local resource: file://XX.XXX.XX.XX/folder/mypdf.pdf
Here's my code :
<a href='file:\\\\XX.XXX.XX.XX\\folder\\mypdf.pdf'>Click to see the PDF</a>
Do you have any ideas?