Greetings, I've been trying to find this solution. I know it is out there, but I haven't been able to find it. I need to require all pdf files to be prompted to SAVE AS instead of being able to open in the browser window. I believe this is an .htaccess fix, but can't find it. Thanks, Jon
You can force a download by messing with the headers that it sends. [search=google]force download php header[/search]
Thanks for your response. This actually help me find the answer I needed. I found it here http://hyacynth.info/content/view/17/9/ 6)Adding MIME Types (FileInfo) AddType application/x-shockwave-flash swf AddType application/octet-stream pdf (to force download)