ToothlessRebel
12-09-2004, 07:12 AM
How do I make a link that let's a user download a file? A not right-click deal?
|
View Full Version : Downloading ToothlessRebel 12-09-2004, 07:12 AM How do I make a link that let's a user download a file? A not right-click deal? pb&j 12-09-2004, 02:16 PM you will have to put the file into a "zip" folder and link to that. many people use winzip program to create zip folders... http://www.winzip.com then put the file into a zip file, upload it, and link to it... <a href="filename.zip"> clickity </a> bejayel 12-09-2004, 10:09 PM also depends on the file type. if you have an exe, they will be able to download it without using winzip or winrar ( http://www.rarlab.com ). But if you have an image or a txt or somehting that the browser would recognize as "displayable", you have to zip it up. |