Create Download Site

Hi all, waves hand :D

As topic,

I wish to create a page that could show a list of downloadable file

For example,

I wrote a excel file

and it shows in my webpage and allow user to download

Is there any way to accomplish it?

Thanks for your attention

Wish you have a good day ;)

Solved.

<a href="/path/to/file/filename.txt" download="userdownload">Click me!</a>

User will download the filename.txt as the name of userdownload.txt ;)