I've got a web page on our corporate intranet.
On this page, we (want to) have download links. These links (should) point to files in a DFS share.
The client has access to the DFS share (\domain\share\file.exe) but creating a link directly to file:\domain\share\file is blocked by the browser because it's the webpage trying to access a 'local' file.
Edit: To be clear, the file we want to link to is on a completely different server than the website and is only accessible to the user via a UNC path (it's not a mapped drive or anything).
Without changing the browser settings, how can I make this work?
I'm willing to have some sort of 'pass-thru' php scrip (like this non-working option: PHP - Link to local file) or whatever works. In the end, telling the user to "copy and paste this url into your windows explorer address bar" isn't really a good option.