View Full Version : Need Help -- Downloads


mJJ
01-05-2005, 11:36 PM
Hey, how can I put a link on my site, that automatically begins a download when clicked? I have the URL that I need I just need to know if there is a code.

mJJ
01-05-2005, 11:46 PM
Anyone?

Sephira
01-05-2005, 11:58 PM
to automatically start a download, you have to link to the actual file to be downloaded. not a page to download from.

pb&j
01-06-2005, 07:55 AM
a download will start if the visitor's browser thinks it is a file to download instead of one to display.

so if it is a file such as a song or image or webpage that normally will display inside a browser, then you will have to...
1. put the file into a ZIP folder file.
2. upload the ZIP folder file to the internet.
3. link to the ZIP folder file as normal...
<a href="filename.zip"> text or image here </a>

http://www.winzip.com

actually, that should solve the problem for any other file for download too. :)