Click to See Complete Forum and Search --> : to download - terminology


sarb
05-11-2007, 01:21 PM
Hi,

I am a bit confused and wondered if someone out there could set me straight :) .

I have a client who wants an audio clip (wav file) put on his site. No problem there. But he asked that a viewer be able to download it to listen to it if they wanted.

Do you have to do something special to make a file downloadable? When a person clicks on the link, aren't they basically downloading it to listen to it?

If you do need to set the link up differently to allow a person to "download" it to listen at a later date, how is this done?

Thanks,
Sarb

felgall
05-11-2007, 01:29 PM
If the browser recognises the file type then the browser will process the file itself rather than offering the file for download. Files offered for download can be saved to where ever you choose or opened and processed by any program on your computer. Those not offered for download are downloaded to the browser cache and processed by the browser itself making it harder for the less computer literate to actually save a permanent copy or run it in a different program.

ray326
05-11-2007, 02:11 PM
You can just put a link to it. If they click it and are set up as Stephen describes then they'll play it. If not then they'll download it and play it from there. In either case they can right-click the link and choose to save it rather than play it.

sarb
05-13-2007, 12:27 PM
Thank you for explaining that to me. It is much appreciated..

Sarb

redbeef88
05-14-2007, 07:58 PM
you can also just .zip the file that you want people to download and make a standard link to it. Zip files will always ask to be downloaded to the user's computer.
So for your client, you may want to have a 'listen now' function that links to the actual file, or a 'download it' function that links to the zip.

ray326
05-15-2007, 12:50 PM
Zip files will always ask to be downloaded to the user's computer."Always" isn't a good word to use when you're totally at the mercy of the user's browser configuration.

redbeef88
05-15-2007, 06:24 PM
"Always" isn't a good word to use when you're totally at the mercy of the user's browser configuration.

*almost always :p