download pdf, image, files without open it in browser
HTML
<h1>Click on Links to download pdf, image, files without open it in browser</h1>
<h4>following links with HTML5 <code>"download"</code> attribute.
</h4>
<img src="http://gautamjhaofficial.in/wp-content/uploads/2016/07/IMG_0137-EFFECTS-534x462.jpg" width="200" alt="zoo delhi"><br>
<a href="http://gautamjhaofficial.in/wp-content/uploads/2016/07/IMG_0137-EFFECTS.jpg" download >downlaod image</a>
<br>
<br>
<a href="http://www.tutorialspoint.com/html5/html5_tutorial.pdf" download >downlaod pdf</a>
<br>
This is example HTML5 <code>"download"</code> attribute.
<br>
<h4>following are without HTML5 <code>"download"</code> attribute.
</h4>
<a href="http://gautamjhaofficial.in/wp-content/uploads/2016/07/IMG_0137-EFFECTS.jpg" >downlaod image</a>
<br>
<br>
<a href="http://www.tutorialspoint.com/html5/html5_tutorial.pdf" >downlaod pdf</a>
<br>
<br><br><br>
<br><br><br><br><br><br><br><br><br><br>
source: <a href="http://gautamjhaofficial.in/gautam-jha/codes/html5-codes/download-file-without-open-browser-force-download-files/" style="color:#000">Forcefully downlad file - with HTACCESS or HTML</a>