Quantcast
Channel: Active questions tagged amazon-ec2 - Stack Overflow
Viewing all articles
Browse latest Browse all 29269

PDFs in Amazon S3 don't open in Chrome for view

$
0
0

I have a website which is developed in PHP and hosted in amazon server. PDF files that are uploaded in server are not opening for view in chrome browser but this pdf file is opening in other browser (internet explorer) for viewing. In chrome it is downloaded. I want this pdf to be open for viewing. code for link is

<a href="<?php echo $filename;?>" target="_blank"><?php echo $data['File_Label'];?></a>


URL: Please click here

But below file is opening for viewing in chrome Please check this


Viewing all articles
Browse latest Browse all 29269

Trending Articles