Click to See Complete Forum and Search --> : How can I set up a file to be downloaded?


dcharles
02-11-2003, 11:39 PM
I am trying to figure out how to allow someone to download something that I am sending them - say in a zip? file for example.
Let's say for example I have a file that I have unzipped on my computer on how to swat flies, and I want to send it to you, what would be the best way to do that?
I do have a website (undeveloped for now), if that helps.

thanks.

pyro
02-11-2003, 11:51 PM
If you are just trying to send a file from on person to another, you can just attach it to an email and send it that way. If you want to put it on the internet, just upload it and link to it like this:

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