link to download a file - Forum

Forum Navigation
You need to log in to create posts and topics.

link to download a file

Hi to all !

May be it is the heavy rain day we have here... but I can't find a way to put a file in my web page for visitors to download a file...I am so tired these days...

Regards,

Hi @cdy44-2

OpenURL command should work

You can also use pure HTML code:

<a href="/path/to/your/document.pdf" download>Download document</a>

The "download" attribute will do the trick to force a download.

Regards.

CDY@44 has reacted to this post.
CDY@44

Thank you @luishp !

luishp has reacted to this post.
luishp