Downloading files from my website

gsalmon4

Baseband Member
Messages
24
Im making a website ,and im hosting it at home where people can access freeware and get other usefull utilities and help about PC problems. How do I put this into practice so when people go to my website there is an option to download various apps and how do I set it up so they can download them.

Regards
 
you just link directly to the file...

so if you have the domain www.test.com
and you have a file called test.exe

you just link to it with this code

<a href="www.test.com/test.exe">download Test.exe</a>
 
Back
Top Bottom