Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder: Plugins & Add-ons:
PDF downloads on Instant Website

 

 


sykomac
User

Nov 15, 2011, 10:14 AM

Post #1 of 5 (2281 views)
Shortcut
PDF downloads on Instant Website Can't Post

Good day.

I am using Instant Website (love it) and had a quick question.

On one of my pages I have a link to a PDF form that I want users to download.

However, I'm not sure if it is possible to force it to be downloaded instead of opened in their browser. if it is possible, how would I go about doing that?

Thanks,
Paul


Jason
Staff / Moderator


Nov 15, 2011, 9:24 PM

Post #2 of 5 (2200 views)
Shortcut
Re: [sykomac] PDF downloads on Instant Website [In reply to] Can't Post

Hi Paul,

Unfortunately, whether or not files are downloaded or opened by default is a setting in the client's browser, so there is no simple way to control that from a webpage.

Please let us know if you have any other questions.
---------------------------------------------------
Jason Sauchuk - Programmer 
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/ 


Dave
Staff / Moderator


Nov 15, 2011, 10:01 PM

Post #3 of 5 (2198 views)
Shortcut
Re: [sykomac] PDF downloads on Instant Website [In reply to] Can't Post

It's possible with custom programming, you can write a custom PHP wrapper that sends different headers.
http://webdesign.about.com/od/php/ht/force_download.htm

Or you could trying creating an .htaccess file to force downloads like this:
http://www.blog.highub.com/apache/http-server/force-files-like-pdf-download-using-htaccess/

Those can work, but can also be a little tricky to setup.

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com
 


sykomac
User

Nov 16, 2011, 3:44 AM

Post #4 of 5 (2188 views)
Shortcut
Re: [Dave] PDF downloads on Instant Website [In reply to] Can't Post

Thanks guys.

Paul


sykomac
User

Nov 16, 2011, 3:53 AM

Post #5 of 5 (2186 views)
Shortcut
Re: [Dave] PDF downloads on Instant Website [In reply to] Can't Post

Dave,

Using htaccess to force download the PDF worked great. Very easy.

Thank you,
Paul