Hyperlinking to local files can it be done?

Ljuddoktorn
3 Posts
Ljuddoktorn posted this 18 February 2021
Wishlist

I can not find a way to use a hyperlink to a large, local zip-file or pdf, since uploading is limited to 10MB.
I see no logical reason why the hyperlink files have to be uploaded in the first place.
I am presently offering a download of a software package (demo) around 100 MB in zipped size.

I intend to use the present web hosting and export the NicePage project as HTML.

Do you have a solution to this, I am certainly not the only one to have this issue.

Regards Juha Plunt

I can not find a way to use a hyperlink to a large, local zip-file or pdf, since uploading is limited to 10MB. I see no logical reason why the hyperlink files have to be uploaded in the first place. I am presently offering a download of a software package (demo) around 100 MB in zipped size. I intend to use the present web hosting and export the NicePage project as HTML. Do you have a solution to this, I am certainly not the only one to have this issue. Regards Juha Plunt
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
MerlinAZ
2696 Posts
MerlinAZ posted this 18 February 2021

If you have access to the host folders, you can create a folder there to hold the files you want to give access to.
FileZilla would work.
Then create a link on your site to that file.
Example: http://www.website.com/files/software.zip

If you have access to the host folders, you can create a folder there to hold the files you want to give access to. FileZilla would work. Then create a link on your site to that file. Example: http://www.website.com/files/software.zip
Support Team
Support Team posted this 19 February 2021

Hi Sam,

Hi Juha,

If you want the opportunity for your visitors to download files of more than 10MB.
Please add an HTML element to your website. See the picture below

2021-02-19-08-22-17.png

By editing the code area you can make a button or a link, so your visitors can download the file.

<form method="get" action="http://www.website.com/files/bigfile.zip">
<button type="submit">Download!</button>
</form>
<p>
<a href="file.doc">Download!</a>
</p>

Hopefully it helps.

If you have other questions, please feel free to contact us.
...................................................
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 Sam, Hi Juha, If you want the opportunity for your visitors to download files of more than 10MB. Please add an HTML element to your website. See the picture below !2021-02-19-08-22-17.png! By editing the code area you can make a button or a link, so your visitors can download the file. `<form method="get" action="http://www.website.com/files/bigfile.zip">` `<button type="submit">Download!</button>` `</form>` `<p>` `<a href="file.doc">Download!</a>` `</p>` Hopefully it helps. If you have other questions, please feel free to contact us. ................................................... 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.
You must log in or register to leave comments