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

Hi,
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/abc.doc">Download abc Now! </a>
It is possible that the server might need to be configured for some different file types.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.