|
-
Apr 5th, 2007, 02:44 AM
#1
Thread Starter
Lively Member
[02/03] Loading PDF file from harddisk to web form
Dear All,
How are u?
I am working in a project with C# & ASP.NET
Now I have some pdf files in a folder and the path of the files are stored in my database.
How can I run a pdf file by giving the address from my form. That means I want to load a pdf file from my harddisk space to a web form by clicking a button or something like that.
Please help me with code if u can.
Regards,
Rajib
Please Rate every reply if it is useful to u
-
Apr 6th, 2007, 03:55 AM
#2
Re: [02/03] Loading PDF file from harddisk to web form
You're not clear. Do you want to load the PDF from your own machine to the web server, or do you want a PDF from the web server loaded from a web form?
-
Apr 6th, 2007, 03:55 AM
#3
Re: [02/03] Loading PDF file from harddisk to web form
If it's the second, use Response.Redirect(), but I still can't understand you fully.
-
Apr 22nd, 2007, 02:13 AM
#4
Thread Starter
Lively Member
Re: [02/03] Loading PDF file from harddisk to web form
I want to run the pdf file from my own harddisk.
If it is possible with Response.Redirect(), then please give an example.
Sorry for too late to response.
Rajib
Please Rate every reply if it is useful to u
-
Apr 24th, 2007, 10:44 AM
#5
Re: [02/03] Loading PDF file from harddisk to web form
In that case, use javascript.
Code:
document.location.href=document.getElementById('txtLocationOfPDFFile').value;
Where txtLocationOfPDFFile is a textbox where you enter the location of the PDF on your hard drive.
-
May 3rd, 2007, 04:45 AM
#6
Thread Starter
Lively Member
Re: [02/03] Loading PDF file from harddisk to web form
I am not familier with javascript. Please give an example so that I can use it.
Rajib
Please Rate every reply if it is useful to u
-
May 6th, 2007, 11:26 AM
#7
Re: [02/03] Loading PDF file from harddisk to web form
Uhm... I just gave you an example.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|