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 -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -