المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Is it Possible to download a pdf file from a web page without showing the URL of pdf file in address bar



C# Programming
04-29-2010, 01:01 PM
Hi,
I am working on a website and on the home page we have a pdf file link. The moment user clicks on that link the control takes the user to new URL, also displays the URL in the Address line of Browser, where the PDF file exists. However I don't want to show this URL to user, so that he can't copy and paste that URL in another browser.

Is there any way possible to hide such details or is it possible to just download the pdf without showing the URL (one where PDF file actually exists) in the address line of the browser. If user is able to download also it is fine. The only thing we need is to hide the URL.

Thanks in Advance!!