PDA

View Full Version : how do i put files on my site available for download.


ef2005
05-29-2003, 04:34 PM
i'm new to web site building and i've been wondering how do i place file on my site that the my visitors can download?

jalarie
05-29-2003, 04:44 PM
I use a link to a zip file:

&nbsp;<a href="htmlmap.zip">htmlmap.zip</a>

pardicity3
05-29-2003, 06:08 PM
If you would rather not zip the files up these links my prove usefull:

http://htmlhelp.com/faq/html/media.html#force-download

http://www.codingforums.com/showthread.php?s=&threadid=16385 (<-- Found this one by searching the forum...:))

Phool
05-30-2003, 04:15 AM
im not sure if this is what you mean but you need to upload your file to the server by FTP and then use a valid link like the guys above have posted :)