|
-
Jun 29th, 2005, 07:08 AM
#1
Thread Starter
Hyperactive Member
Opening Files ...
Hi,
We are working on a portal in ASP.NET and actually users have the ability to upload files to it and then create a link to open those files. However, what I want to know if there is some generic code somewhere to open these files from the website. The files are mostly Microsoft Format (doc, pdf, xls) etc. How do you open these files ??
-
Jun 29th, 2005, 07:13 AM
#2
Re: Opening Files ...
To open a PDF, XLS or DOC in a browser, the user would have to have the correct plugins.
But what do you mean by "open", do you want the Save/Open dialog box?
-
Jun 29th, 2005, 09:21 AM
#3
Thread Starter
Hyperactive Member
Re: Opening Files ...
 Originally Posted by mendhak
To open a PDF, XLS or DOC in a browser, the user would have to have the correct plugins.
But what do you mean by "open", do you want the Save/Open dialog box?
No I just want to open the file on the screen ... Assuming users have all the plugin's they would need .. what code do I need to open the file ?
-
Jun 30th, 2005, 01:11 AM
#4
Re: Opening Files ...
If it's simply that, then you can response.redirect to the PDF/DOC/XLS file.
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
|