excel - download .xls file in php(cpanel) using href -


i had .xls file in report folder

<a href="http://website.com/report/saleslist.xls" download>     <input type="button" class="btn btn-success" value="download report">   </a>  

was not working.

instead:

<a href="http://website.com/images/123.png" download>     <input type="button" class="btn btn-success" value="download image"> </a>  

was working.

need give permission .xls format files?

thanks.

change permission of .xls file, chmod($file,0644) in php file auto generating excel file.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -