<a href="/Files/file.xxxx" download class="btn btn-success">Download File</a>
I have a page in which I have a download button that should download the file. But it failed to download. I have checked this issue but didn't find any solution.
In above picture it shows that there is not file.
Any help would be highly appreciated.
From google chrome help center
If 1 and 2 not work. and you trying with other browsers then the problem is in your file and server.
You can fix it by checking file_exists and send file by Yii2 sendFile. see example:
you can use this code in any controller .