By Ivis on
I'm working on an intranet site based on drupal 4.7.3 running on Apache 2.0 and would like to know how to link to a local file from a drupal node. I have tried a href=" file://servername/foldername" or the same with backslashes and the problem seems to be that drupal strips off the file part and points to http:.//servername/foldername. How can I make this link work?
Comments
Update - works for IE
a href=" file:\\//servername/foldername"
works for Internet Explorer but not for Firefox.
Is there a cross-browser solution?
Many thanks