Read, Edit and Save Word Document over http:// path

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JohnSouth

    Read, Edit and Save Word Document over http:// path

    Hi

    I've seen lots of posts around this subject but nothing recent or very
    helpful.

    I've an ASP.Net c# application that needs to read Word documents from a
    directory on the web server, open them in Word from the client browser,
    edit the content and then update the document on the server.

    I can almost do it by pasting the url into the "Save As" location but I
    get a "read only" message when I try to save.

    I'm happy to code httpRequest objects or Word automation,if necessary,
    but I need to resulting procedure to be intuitive for the user.

    Has anyone got this working?

    Cheers

    John South
    Pangbourne UK
    Discover local events, family days out, gigs, and festivals across the UK. WhereCanWeGo is your go-to guide for finding what’s on near you.


  • Slim

    #2
    Re: Read, Edit and Save Word Document over http:// path


    "JohnSouth" <JohnSouth104@g mail.comwrote in message
    news:1158851492 .576282.283000@ d34g2000cwd.goo glegroups.com.. .
    Hi
    >
    I've seen lots of posts around this subject but nothing recent or very
    helpful.
    >
    I've an ASP.Net c# application that needs to read Word documents from a
    directory on the web server, open them in Word from the client browser,
    edit the content and then update the document on the server.
    >
    I can almost do it by pasting the url into the "Save As" location but I
    get a "read only" message when I try to save.

    do you have front page extentions installed?
    do you have write permissions to the files?


    >
    I'm happy to code httpRequest objects or Word automation,if necessary,
    but I need to resulting procedure to be intuitive for the user.
    >
    Has anyone got this working?
    >
    Cheers
    >
    John South
    Pangbourne UK
    Discover local events, family days out, gigs, and festivals across the UK. WhereCanWeGo is your go-to guide for finding what’s on near you.

    >

    Comment

    • JohnSouth

      #3
      Re: Read, Edit and Save Word Document over http:// path

      No, I don't have frontpage extensions installed.
      Yes, I do have write permissions to the files both in IIS and Windows.

      John South

      Slim wrote:
      "JohnSouth" <JohnSouth104@g mail.comwrote in message
      news:1158851492 .576282.283000@ d34g2000cwd.goo glegroups.com.. .
      Hi

      I've seen lots of posts around this subject but nothing recent or very
      helpful.

      I've an ASP.Net c# application that needs to read Word documents from a
      directory on the web server, open them in Word from the client browser,
      edit the content and then update the document on the server.

      I can almost do it by pasting the url into the "Save As" location but I
      get a "read only" message when I try to save.
      >
      >
      do you have front page extentions installed?
      do you have write permissions to the files?
      >
      >
      >

      I'm happy to code httpRequest objects or Word automation,if necessary,
      but I need to resulting procedure to be intuitive for the user.

      Has anyone got this working?

      Cheers

      John South
      Pangbourne UK
      Discover local events, family days out, gigs, and festivals across the UK. WhereCanWeGo is your go-to guide for finding what’s on near you.

      Comment

      • Slim

        #4
        Re: Read, Edit and Save Word Document over http:// path


        "JohnSouth" <JohnSouth104@g mail.comwrote in message
        news:1158909256 .863116.284380@ k70g2000cwa.goo glegroups.com.. .
        No, I don't have frontpage extensions installed.
        Yes, I do have write permissions to the files both in IIS and Windows.
        >

        You need front page extensions installed to be able to save word docs onto
        the server.

        John South
        >
        Slim wrote:
        >"JohnSouth" <JohnSouth104@g mail.comwrote in message
        >news:115885149 2.576282.283000 @d34g2000cwd.go oglegroups.com. ..
        Hi
        >
        I've seen lots of posts around this subject but nothing recent or very
        helpful.
        >
        I've an ASP.Net c# application that needs to read Word documents from a
        directory on the web server, open them in Word from the client browser,
        edit the content and then update the document on the server.
        >
        I can almost do it by pasting the url into the "Save As" location but I
        get a "read only" message when I try to save.
        >>
        >>
        >do you have front page extentions installed?
        >do you have write permissions to the files?
        >>
        >>
        >>
        >
        I'm happy to code httpRequest objects or Word automation,if necessary,
        but I need to resulting procedure to be intuitive for the user.
        >
        Has anyone got this working?
        >
        Cheers
        >
        John South
        Pangbourne UK
        Discover local events, family days out, gigs, and festivals across the UK. WhereCanWeGo is your go-to guide for finding what’s on near you.

        >
        >

        Comment

        • JohnSouth

          #5
          Re: Read, Edit and Save Word Document over http:// path

          I've installed FrontPage extensions but it has not helped. The Word
          document opened from the http:// url is still read-only when I try to
          save it back. Is there anything else I should look at Slim?

          John South
          Slim wrote:
          "JohnSouth" <JohnSouth104@g mail.comwrote in message
          news:1158909256 .863116.284380@ k70g2000cwa.goo glegroups.com.. .
          No, I don't have frontpage extensions installed.
          Yes, I do have write permissions to the files both in IIS and Windows.
          >
          >
          You need front page extensions installed to be able to save word docs onto
          the server.
          >
          >
          John South

          Slim wrote:
          "JohnSouth" <JohnSouth104@g mail.comwrote in message
          news:1158851492 .576282.283000@ d34g2000cwd.goo glegroups.com.. .
          Hi

          I've seen lots of posts around this subject but nothing recent or very
          helpful.

          I've an ASP.Net c# application that needs to read Word documents from a
          directory on the web server, open them in Word from the client browser,
          edit the content and then update the document on the server.

          I can almost do it by pasting the url into the "Save As" location but I
          get a "read only" message when I try to save.
          >
          >
          do you have front page extentions installed?
          do you have write permissions to the files?
          >
          >
          >

          I'm happy to code httpRequest objects or Word automation,if necessary,
          but I need to resulting procedure to be intuitive for the user.

          Has anyone got this working?

          Cheers

          John South
          Pangbourne UK
          Discover local events, family days out, gigs, and festivals across the UK. WhereCanWeGo is your go-to guide for finding what’s on near you.

          Comment

          • Slim

            #6
            Re: Read, Edit and Save Word Document over http:// path


            "JohnSouth" <JohnSouth104@g mail.comwrote in message
            news:1159451678 .982266.275390@ e3g2000cwe.goog legroups.com...
            I've installed FrontPage extensions but it has not helped. The Word
            document opened from the http:// url is still read-only when I try to
            save it back. Is there anything else I should look at Slim?
            Yes frontpage persissions.

            you need to giver your self author or administrator permissions for that
            site

            >
            John South
            Slim wrote:
            >"JohnSouth" <JohnSouth104@g mail.comwrote in message
            >news:115890925 6.863116.284380 @k70g2000cwa.go oglegroups.com. ..
            No, I don't have frontpage extensions installed.
            Yes, I do have write permissions to the files both in IIS and Windows.
            >
            >>
            >>
            >You need front page extensions installed to be able to save word docs
            >onto
            >the server.
            >>
            >>
            John South
            >
            Slim wrote:
            >"JohnSouth" <JohnSouth104@g mail.comwrote in message
            >news:115885149 2.576282.283000 @d34g2000cwd.go oglegroups.com. ..
            Hi
            >
            I've seen lots of posts around this subject but nothing recent or
            very
            helpful.
            >
            I've an ASP.Net c# application that needs to read Word documents
            from a
            directory on the web server, open them in Word from the client
            browser,
            edit the content and then update the document on the server.
            >
            I can almost do it by pasting the url into the "Save As" location
            but I
            get a "read only" message when I try to save.
            >>
            >>
            >do you have front page extentions installed?
            >do you have write permissions to the files?
            >>
            >>
            >>
            >
            I'm happy to code httpRequest objects or Word automation,if
            necessary,
            but I need to resulting procedure to be intuitive for the user.
            >
            Has anyone got this working?
            >
            Cheers
            >
            John South
            Pangbourne UK
            Discover local events, family days out, gigs, and festivals across the UK. WhereCanWeGo is your go-to guide for finding what’s on near you.

            >
            >
            >

            Comment

            Working...