The Big Spring Sale! Up to 50% off!

how do let users download content from my website

sanadalqadi689
3 Posts
sanadalqadi689 posted this 31 March 2022
Ask a Question

I'm trying to let my website users download some files that I have but I don't know how to do that, can anyone please help me?

I'm trying to let my website users download some files that I have but I don't know how to do that, can anyone please help me?
Vote to pay developers attention to this features or issue.
6 Replies
Order By: Standard | Newest
MerlinAZ
2697 Posts
MerlinAZ posted this 31 March 2022

If you are using your own host, create a folder and put the files in it.
Then create links to each of the files, using full url, https://www.mysite.com/folder/file.pdf

If you are using your own host, create a folder and put the files in it. Then create links to each of the files, using full url, https://www.mysite.com/folder/file.pdf

Last edited 31 March 2022 by MerlinAZ

gabrieleviola.it
186 Posts
gabrieleviola.it posted this 31 March 2022

I'm trying to let my website users download some files that I have but I don't know how to do that, can anyone please help me?

you can implement woocommerce setting price to 0/free (useful if you want collect data, making mailing list etc). Or just (easyer and maybe better) make a button with a link for download that (hosted on your hosting or another one service ex: mega, google drive and many you can find on the net) and MORE EASY AND PRACTICE TO DO: you can add directly from link nicepage feature and upload , instead linking a page, section etc you can select "file" and upload that there!

> I'm trying to let my website users download some files that I have but I don't know how to do that, can anyone please help me? you can implement woocommerce setting price to 0/free (useful if you want collect data, making mailing list etc). Or just (easyer and maybe better) make a button with a link for download that (hosted on your hosting or another one service ex: mega, google drive and many you can find on the net) and MORE EASY AND PRACTICE TO DO: you can add directly from link nicepage feature and upload , instead linking a page, section etc you can select "file" and upload that there!

Last edited 31 March 2022 by gabrieleviola.it

Support Team
Support Team posted this 31 March 2022

Hi,

Consider the option of adding the button for download throught the HTML element.

html-button-download.png
<form method="get" action="files/MyPdfDocument.pdf">
<button type="submit">Download!</button>
<input type="hidden" value="" name="recaptchaResponse"></form>

...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Consider the option of adding the button for download throught the HTML element. !html-button-download.png! <form method="get" action="files/MyPdfDocument.pdf"> <button type="submit">Download!</button> <input type="hidden" value="" name="recaptchaResponse"></form> ................................................... Sincerely, Ahmad M. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
sanadalqadi689
3 Posts
sanadalqadi689 posted this 31 March 2022

Hi,

Consider the option of adding the button for download throught the HTML element.

&lt;form method action&gt;
&lt;button type&gt;Download!&lt;/button&gt;
&lt;input type value name&gt;</form>

...................................................
Sincerely,
Ahmad M.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

but how do I link the button with my files, I'm a newbie so please don't mind my lack of knowledge XD

> Hi, > > Consider the option of adding the button for download throught the HTML element. > > ![](https://resources.nicepage.com/388/75388/html-button-download.png) > > &lt;form method action&gt; > &lt;button type&gt;Download!&lt;/button&gt; > &lt;input type value name&gt;</form> > > ................................................... > Sincerely, > Ahmad M. > Nicepage Support Team > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > Follow us on Facebook: http://facebook.com/nicepageapp but how do I link the button with my files, I'm a newbie so please don't mind my lack of knowledge XD
sanadalqadi689
3 Posts
sanadalqadi689 posted this 31 March 2022

If you are using your own host, create a folder and put the files in it.
Then create links to each of the files, using full url, https://www.mysite.com/folder/file.pdf

can you please explain more?

> If you are using your own host, create a folder and put the files in it. > Then create links to each of the files, using full url, https://www.mysite.com/folder/file.pdf can you please explain more?
gabrieleviola.it
186 Posts
gabrieleviola.it posted this 31 March 2022

I'm trying to let my website users download some files that I have but I don't know how to do that, can anyone please help me?

you can implement woocommerce setting price to 0/free (useful if you want collect data, making mailing list etc). Or just (easyer and maybe better) make a button with a link for download that (hosted on your hosting or another one service ex: mega, google drive and many you can find on the net) and MORE EASY AND PRACTICE TO DO: you can add directly from link nicepage feature and upload , instead linking a page, section etc you can select "file" and upload that there!

check the screenshot, if you can't do it now consider paying someone for that...

> > I'm trying to let my website users download some files that I have but I don't know how to do that, can anyone please help me? > > you can implement woocommerce setting price to 0/free (useful if you want collect data, making mailing list etc). Or just (easyer and maybe better) make a button with a link for download that (hosted on your hosting or another one service ex: mega, google drive and many you can find on the net) and MORE EASY AND PRACTICE TO DO: you can add directly from link nicepage feature and upload , instead linking a page, section etc you can select "file" and upload that there! check the screenshot, if you can't do it now consider paying someone for that...
You must log in or register to leave comments