How can I create a link to a local file on a locally-run web page?

You need to use the file:/// protocol (yes, that’s three slashes) if you want to link to local files. These will never open the file in your local applications automatically. That’s for security reasons which I’ll cover in the last section. If it opens, it will only ever open in the browser. If your browser can display the … Read more