How do I add a link to my website that allow people to download a file?
I need to add into the html on my website a link that allows people download a document to fill out prior to an appointment. Is there somewhere online that can walk me through it?
If you’re using plain HTML, just use the format <a href="FILE_URL_HERE.EXT">TEXT HERE</a> .
If you mean that it’s a document the browser would normally open, but you want it to be a force-download (i.e. the user is suggested it be saved to their hard drive, even though the browser can handle it), you’ll need some PHP. If this is what you want, check out this site: http://elouai.com/force-download.php The little textarea has the code you’re looking for in this case.
-IMP



Not sure of sites, but I would consult a webmaster.
References :
I’m not sure really what your talking about. But if you want to link to something else. Go into your file manager and there should be some words that say begin link or something like that. Wish I could be of more help
References :
If you’re using plain HTML, just use the format <a href="FILE_URL_HERE.EXT">TEXT HERE</a> .
If you mean that it’s a document the browser would normally open, but you want it to be a force-download (i.e. the user is suggested it be saved to their hard drive, even though the browser can handle it), you’ll need some PHP. If this is what you want, check out this site: http://elouai.com/force-download.php The little textarea has the code you’re looking for in this case.
-IMP
References :
Personal experience and http://elouai.com/force-download.php