PDA

View Full Version : How do I offer download facilities on my site?


BK123
01-04-2004, 09:08 PM
Hi there,

Does anyone know how I would go about setting up a facility to download files from my website?
Isn't it some sort of script?

Excuse my ignorance!:o

BarryK

me'
01-04-2004, 09:30 PM
Depends what files you need to download, but a surefire way is something called 'Forced Download', which is normally done with a serverside script. I did a quick Google search, here's one result (http://www.psacake.com/web/0402b.asp) that looks good, or the search itself (http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=Forced+Download&btnG=Google+Search).

HTH

BK123
01-04-2004, 09:43 PM
Thank you for your repy, me' !

I'm going to check it out now!:thumbsup:

redhead
01-05-2004, 04:42 PM
Alternatively you can link to the file itself in HTML:

<a href="file.zip">Download a file</a>

Does that help? :)