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