Well, I try the following attribute, but it doesn’t seem to work.
<a href="123.jpg" download> Download it</a>
Well, I try the following attribute, but it doesn’t seem to work.
<a href="123.jpg" download> Download it</a>
Try either just using the download attribute with no value or use it and remove the file extension for the path with using the download attribute.
I am not sure of how you have the directory setup so I can’t speak on if it is the correct path or not.