Is there any option to open files from a remote server using HTML?
I am currently using "file" protocol and it is not suported anymore and I am stuck because I can't find a solution to open it using HTML.
This is my current code
<a href="file://\\SERVER\files\file.pdf" target="_blank">Open File</a>