Re: File Download NOT open



jerryyang_la1@xxxxxxxxx wrote:
I have a php page that reads files links from a Database.
This works well, but when we click on the link the file starts to open.

Is there anyway to force the file to SAVE not open ??

thanks

Here's what I use for a PDF file. Create a script and "present" the file through it.

<?php

header('Content-Description: File Transfer');
header('Content-Type: application/pdf'); // change this to your mime type
header('Content-Length: ' . filesize($file));

// to download
header('Content-Disposition: attachment; filename=' . basename($file));

// to open in browser
// header('Content-Disposition: inline; filename=' . basename($file));

readfile($file);
?>

--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
*****************************
.



Relevant Pages

  • Re: problem displaying pdfs from mysql
    ... to display it in the browser ... To create a download, save as dialog use: ... Chuck Anderson • Boulder, CO ...
    (comp.lang.php)
  • Re: problem displaying pdfs from mysql
    ... Chuck Anderson wrote: ... to display it in the browser ... To create a download, save as dialog use: ...
    (comp.lang.php)
  • IE6 Not Working
    ... but since I can't download anything with my IE ... You may have to enable Hidden files. ... Replies are posted only to the newsgroup for the benefit or other readers. ... I've also set the option as you described and restarted the IE browser, ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Windows Explorer Hangs...Why?
    ... is trying to connect and download the page but nothing happens. ... But assuming you are a serious and you have trouble with your browser! ... Click on General Tab and you will see a Button called ... On how to disable the Add-ons follow this: ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Holy cow have I been hijacked
    ... Since then, my browser is hosed- search engines are hijacked, leading ... I click any links for download of the software. ... Superantispyware (download link not found, ... The solution is to get a program such as Acronis True Image. ...
    (alt.comp.anti-virus)