Viewing a PDF file stored in a network share
In a PoC I'm faced with following Use Case:
For a internal application I need to view PDF files which are stored on a network share.
It is possible to open the file in a browser window by entering something like:
file://///servername/share/Loremipsum.pdf
When using this as the URL for a Webframe widget, the widget won't display anything. Even a Link will not open a new window.
There are no entries in the application.log.
Any ideas how to get access to a locally stored PDF and present that to the user?
What will be the best architecture for this?

