Hello,
Is it possible to create a download link on a graphic to a PDF on a remote server, without giving away it's URL?
In other words, hide the URL of the server the PDF is on, when it's being download.
Hidden pdf dowload URL?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Re: Hidden pdf dowload URL?
You could probably remove the hand pointer that appears over a link so it wouldn't appear there is a link present.
To hide the link I don't think you can use normal html. You need to use a server side code. See this: https://stackoverflow.com/questions/31 ... s-in-html
To hide the link I don't think you can use normal html. You need to use a server side code. See this: https://stackoverflow.com/questions/31 ... s-in-html
- BaconFries
-
- Posts: 5620
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Hidden pdf dowload URL?
See the following url it uses jQuery to download the file which if the script was use as a external file rather than added to the HTML would hide the path to the pdf or any file used.
https://www.geeksforgeeks.org/how-to-do ... pt-jquery/
https://www.geeksforgeeks.org/how-to-do ... pt-jquery/
- Joseph Lee
-
- Posts: 21
- Joined: Tue Sep 13, 2016 5:01 am
Re: Hidden pdf dowload URL?
Thank you both for the ideas....will work on it this weekend.