linking to a shared folder in firefox
Posted
by hero
on Stack Overflow
See other posts from Stack Overflow
or by hero
Published on 2010-06-07T11:01:59Z
Indexed on
2010/06/07
11:12 UTC
Read the original article
Hit count: 141
i have an asp hyperlink i want to link it to a .doc file found on a shared folder.
i was able to do this in internet explorer but not in firefox:
my code:
hlc.NavigateUrl = @"file:\\direct\upload\file.doc";
© Stack Overflow or respective owner