Reply
File keeps previewing instead of Downloading
Old 06-05-2008, 03:06 AM File keeps previewing instead of Downloading
Skilled Talker

Posts: 52
Name: Paul
Location: South Africa
Please help, i'm about to go insane with this problem.

I have a file management website, with upload capabilities, if the client wants to they can also download their files back if they need to, however when I click on the file it is meant to download but instead opens up to try and preview, now I have seen this on a couple sites and then you have to right click on the file and save target as, but how could I make it that even if the file clicked on is a PDF it does not try to preview, it just downloads.

I have seen most googled answers pointing towards mime types, but how do I fix that, in the php code on my page or in my server configuration or php.ini file. If so please try give as much detail as possible.

Thanks to all.
scorpioserve is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-05-2008, 04:38 AM Re: File keeps previewing instead of Downloading
Arenlor's Avatar
Ultra Talker

Posts: 463
Name: Jerod Lycett
Location: /home/arenlor
I'd suggest the server configuration, unless you have multiple sites on there. If you want to change this on a per site basis use .htaccess of course.
Code:
AddType application/x-generic-unknown pdf
That should do the trick.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 06-05-2008, 05:21 AM Re: File keeps previewing instead of Downloading
Skilled Talker

Posts: 52
Name: Paul
Location: South Africa
Thanks that worked like a charm, I greatly appreciate it.
scorpioserve is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to File keeps previewing instead of Downloading
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11410 seconds with 12 queries