Is there a way to have a web page with a hyperlink to a file, but the file is located on the local machine? I am looking at trying to host the site on a server over the net, but storing the files locally because of size. I would have the page link to a file name and add in the local directory in something like file:///directory/filename.
Is there a way to have a web page with a hyperlink to a
Share
You can’t link to a local file from your external html file. It’s due to security reasons.