PDA

View Full Version : Download, code?


eloramariel
06-11-2008, 06:45 AM
I mean, what's the code/html to use to let people download things off our site?

sachikoxvii
06-11-2008, 07:19 AM
maybe the exact link of your file to be downloaded?

like <a href="http://yourdomain.com/yourfolder/yourfile.zip">Download here</a>.

Liisa
06-11-2008, 07:53 AM
I think the code is just a normal link code, but the link is different...

Emilia
06-11-2008, 09:51 AM
- Upload what you want people to download in your server (as a zip. dont unzip it!)
- then use this code:
<a href="LINK TO YOUR ZIP FILE.zip">Text</a>