Click to See Complete Forum and Search --> : How do I create a Download button


Ankhkara
04-12-2003, 09:56 AM
I want to enable people to download pdf files from my website. I am a Dreamweaver user.

Is it difficult? can somebody help me please.:confused:

Klyve1
04-12-2003, 10:00 AM
The easiest way is to zip them and then the browser will auto download it.

Or won't this do?

khalidali63
04-12-2003, 10:03 AM
typically if you have a zipp file you want users to download,this should work.

<a href="someFile.sip">Download ZIP file</a>

Hope this helps

Khalid

Ankhkara
04-12-2003, 01:19 PM
I tried it. It worked when testing it locally. But when I upload it I keep getting a error message telling me that the file cannot be found? Have tried many times.

Do you know whats happening. or is there another way of doing it?

khalidali63
04-12-2003, 02:49 PM
the error is very descriptive that it does not find the file,now possible causes,
1.You might have spaces in between letters in the file name
2.the file must exist in the same directory where the html page is( for this example).

Hope this helps

Cheers

Khalid

Ankhkara
04-17-2003, 04:27 PM
Thanks, I managed to get it to work! Your help has been appreciated indeed.

All the very best

Arhon