Jump to content

Tigers

New Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Tigers

  1. Thanks Jacques for that.
  2. Gudday all I would like to give users the option of viewing or saving downloaded content. I have a window on some sites that allows that. The following code,via an HTML link, button etc. <?php header("Content-disposition: attachment; filename=idolatry.pdf"); header("Content-type: application/pdf"); readfile("idolatry.pdf"); ?> automatically saves the content (in this case idolatry.pdf) into the downloads folder of the user's machine. Could it be set up to ask the user to either see the content or save content (in any location)? Doubtless this question has been asked previously but a search did not reveal any posts that might be of use. Regards Tigers
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.