Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open file on local hard drive

Status
Not open for further replies.

firsttube

Technical User
Apr 21, 2004
165
CA
I have a web page on my webserver that has a link in it that I want to open a file from my local hard drive using the default program for that file type. I've tried this in IE6 and Firefox but it does not work:

Code:
<a href="file:///c:/test/test.pdf">Test</a>

is there any way to do this?

thanks


Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.
 
nothin happens....no errors or anything.


Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.
 
I bet that you have some kind of content blocker or security setting in place within your browsers that is causing this.

When you copy and then paste the URL (as you have shown it) into the location bar does it load the file? Maybe there are too many/too few of those slashes in there? Do they need to be escaped maybe?

Try hovering over (but not clicking) in IE and see if the URL matches that which works when you type it manually.

Basically... troubleshooting stuff.

Jeff

[tt]Jeff's Page [/tt][tt]@[/tt][tt] Code Couch
[/tt]
 
I think Jeff is right with the content blocker. That file runs fine for me and opens the PDF as expected.

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top