Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8431993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:00:11+00:00 2026-06-10T06:00:11+00:00

I am serving out files in PHP. In Windows, IE, Safari, and Firefox successfully

  • 0

I am serving out files in PHP. In Windows, IE, Safari, and Firefox successfully downloads the file. On a Mac, Safari downloads fine. But Firefox on the Mac does not know what to do with the file and asks to either save the PHP file or try to open the PHP file. If I save the PHP file and rename it correctly to the actual file (PDF), then it opens fine. Why is the Mac Firefox version not able to properly rename the file and identify its content-type? My code below:

$content = file_get_contents('/tmp/file.pdf');

header("Pragma: public");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");

//hack to allow PDF file downloads over HTTPS for Internet Explorer 8
if(strstr($_SERVER["HTTP_USER_AGENT"],"MSIE")==false) {
  header("X-Download-Options: noopen "); 
  header("X-Content-Type-Options: nosniff"); 
}

header("Content-type:application/pdf");
echo $content;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T06:00:13+00:00Added an answer on June 10, 2026 at 6:00 am

    I was able to solve it by adding:

    header("Content-disposition: inline; filename=file.pdf");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having issues serving out static (image) files from an Azure + MVC 3
The webserver is serving responses with utf-8 encoding, all files are saved with utf-8
Yesterday I asked about serving byte ranges from PHP. Today my question is -
I'm serving up some files via an HTTPModule in asp.net. I want to know
I was serving html referencing svg files in Cassini , and having problems since
I'm looking to write a basic PHP file caching driver in a PHP application
So, I have a weird error with Paperclip serving files from Amazon S3... On
I have an PHP website which creates and stores HTML template files on server
I have a servlet based application that is serving images from files stored locally.
I'm serving a file from the file system dynamically with a jsp Here's my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.