pedz
Registered
I would have thought this would be a frequently asked question but I can't find my answer anywhere (here or google)...
How do I make a link that instead of going to the destination, the file is downloaded? The Apple site can do this with their update packages. Is it because of the suffix? Or can I add some type of mine type to the <a> tag? It seems like either one would be browser specific.
For example, I have a tar gzip'ed file foo.tar.gz. I'd like to say
<a url=foo.tar.gz magicthingy=downloadme>Tar file</a>
Thanks,
How do I make a link that instead of going to the destination, the file is downloaded? The Apple site can do this with their update packages. Is it because of the suffix? Or can I add some type of mine type to the <a> tag? It seems like either one would be browser specific.
For example, I have a tar gzip'ed file foo.tar.gz. I'd like to say
<a url=foo.tar.gz magicthingy=downloadme>Tar file</a>
Thanks,