View Full Version : Download !?


Jasper
05-19-2003, 11:50 AM
Now, I know that Lissa writes in one of her sections how to download files, but that doesn't always work accuratly.

For example, lat's say I want them to download a PHP scripts. So, what you do is you upload the script to your host. Now you put a link on one of you site's like this:

<a
href="http://www.in-sense.com/files/someting.php">download the PHP file!</a>

Now when you go to the PHP file, it will not download it, but it will show you the page.

Same goes for SWF files, MP3 files, WAV files,...

What do I put on the page so people can download it!
I think there is a CGI script. but I'm not sure

kittycat
05-19-2003, 02:18 PM
There's always the right-click>save as option.

Jasper
05-19-2003, 02:24 PM
I know, but I don't really want that. I want them to download it. save target is the stupid...

pb&j
05-19-2003, 02:50 PM
its best to put the file into a ZIP file, upload, and link to that. that way it will prompt to download each time plus it compresses the file to its smallest format.

Jasper
05-19-2003, 02:53 PM
But, I know how to add files to zip, but I don't know how to compress, how do go about doing that?

thanx,
I'll do that from now of on.

Lemon Squash
05-19-2003, 03:13 PM
To zip it just right click the folder and go to - Send To - Compressed Zipped folder and your done :P

Jasper
05-19-2003, 03:15 PM
Thanx :)