Sasa Posted May 27, 2017 Share Posted May 27, 2017 Good morning please tell me how to link to the file? Here I uploaded a file to the screen https://cloud.mail.ru/public/Muho/FF1U6bjhb How to get a reference to this file? Link to comment Share on other sites More sharing options...
mike Posted May 27, 2017 Share Posted May 27, 2017 8 hours ago, Sasa said: Good morning please tell me how to link to the file? Here I uploaded a file to the screen https://cloud.mail.ru/public/Muho/FF1U6bjhb How to get a reference to this file? I guess you want to link it using html. So here is how you do it. <a href="https://yourwebsiteurl/filename"> Click here to download </a> 1. Change "yourwebsiteurl" with your site url, and change "filename" with the file you want to link. 2. You can change the " click here to download " with the text you desire. 3. Put this inside your code. Please, if this doesnt answer your question, or i didnt understand it correctly, please make sure to tag me, and explain exactly what you want to do. Link to comment Share on other sites More sharing options...
Recommended Posts