I keep getting a 404 error saying the file is not on the web server, trying to create an href link to download an excel file.
<p><a href="/ExcelFile.xlsx" download> Click to Download </a></p>
The excel file is in the same directory as the page this is being worked on currently, so there is no file path, I have tried a file path but it gives the same error.