Interview Questions

How do I let people download a file from my page?

HTML Interview Questions and Answers


(Continued from previous question...)

48. How do I let people download a file from my page?

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>

(Continued on next question...)

Other Interview Questions