How to link to a local file?
Posted
by Yongho
on Stack Overflow
See other posts from Stack Overflow
or by Yongho
Published on 2010-04-14T04:41:21Z
Indexed on
2010/04/14
4:43 UTC
Read the original article
Hit count: 319
html
I'm trying to link to a local file on my computer (C:/folder/xx.txt) I've tried linking to it with:
<a href="file:///C://folder/xx.text">File</a>
But it doesn't work. How do I fix this?
© Stack Overflow or respective owner