|
-
PDF download
Hi there,
I would like to make a PDF document a download on my website and i was wondering if anybody knew of any decent tutorials...i'm struggling to find any !
Thanks in advance
-
Registered User
You have to Zip the pdf, upload it to your server, then link to it from a button. If you simply link to the pdf file, the plugin associated with it, Acrobat Reader, will just open to show it. Using a Zip file extension is recognized by the browser to open the Download and Save window. The button code looks like this;
on(release){
getURL("http://www.yoursite.com/pdffile1.zip");
}
-
Thankyou kind sir !
How do i Zip though !?
-
Registered User
You'll have to use WinZip, which has a trial period. Or search Google for some free software.
-
Thankyou very much for all your help :-)
Have a good day
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|