Results 1 to 4 of 4

Thread: Opening Files ...

  1. #1

    Thread Starter
    Hyperactive Member spoiledkid's Avatar
    Join Date
    Oct 2002
    Location
    Canada
    Posts
    437

    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 ??

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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?

  3. #3

    Thread Starter
    Hyperactive Member spoiledkid's Avatar
    Join Date
    Oct 2002
    Location
    Canada
    Posts
    437

    Re: Opening Files ...

    Quote 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 ?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width