Hyper Text Markup Language (HTML) Question:
How do I let people download a file from my page?
Answer:
Once the file is uploaded to the server, you need only use an anchor reference tag to link to it. An example would be:
<a href="../files/foo.zip">Download Foo Now! (100kb ZIP)</a>
<a href="../files/foo.zip">Download Foo Now! (100kb ZIP)</a>
Previous Question | Next Question |
How do I create a link? | How can I make a form with custom buttons? |