Download a pdf file without viewing

I want to make a pdf file to download without viewing it on the browser. But it always views on the browser. How can I make it download without viewing it on the Internet explorer. I have used HTML 5 "download" attribute. But it is not working here and some other browsers are supporting that attribute. Is there any way to make it download without viewing using any client side technology without using serverside scripts. Here is a part of my current code.

 <div style="width:800px;height:30px;background:#e0ebff">
                                <li>HR _ EC_ 003 Updating Data in SENS 
                                    <a  href="Docs/HR _ EC_ 003 Updating Data in SENS.pdf"class="button" style="float:right;height:30px" download="HR _ EC_ 003 Updating Data in SENS.pdf">Download</a>
                                    <a href="Docs/HR _ EC_ 003 Updating Data in SENS.pdf"  class="button" style="float:right;height:30px">View</a></li>
									
                            </div>



August 19th, 2015 3:26am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics