Live editing of a server document

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

    Live editing of a server document

    Hello,

    I've got the following problem :

    Someone generates an RTF document, which is stored on the server side. Next
    he must be able to edit the document in a WYSIWYG way, and save right back
    to the server (without downloading to the user first and uploading again)

    What would be the best way to implement this ? Anything goes. ActiveX,
    Richtextbox ways, etc...

    Thanks in advance,

    Beren


  • Jeff Cochran

    #2
    Re: Live editing of a server document

    On Thu, 19 Aug 2004 14:22:02 GMT, "Beren" <beren@angband. me> wrote:
    [color=blue]
    >I've got the following problem :
    >
    >Someone generates an RTF document, which is stored on the server side. Next
    >he must be able to edit the document in a WYSIWYG way, and save right back
    >to the server (without downloading to the user first and uploading again)
    >
    >What would be the best way to implement this ? Anything goes. ActiveX,
    >Richtextbox ways, etc...[/color]

    Okay, first, it ain't gonna happen. The file must be sent to the
    client for the client to directly edit it, whether you use ActiveX, or
    any other editor that displays the file on the user's screen. If it
    gets to the client's screen, it's getting sent to the client.

    That aside, there are quite a few WYSIWYG editor components to do this
    type of thing. Might look at some like:




    Or use Google or aspin.com for more. Even Word can do this if it's
    available in your environement.

    Jeff

    Comment

    • Beren

      #3
      Re: Live editing of a server document


      "Jeff Cochran" <jeff.nospam@zi na.com> schreef in bericht
      news:4125cb94.5 32693192@msnews .microsoft.com. ..[color=blue]
      > On Thu, 19 Aug 2004 14:22:02 GMT, "Beren" <beren@angband. me> wrote:
      >
      >
      > Okay, first, it ain't gonna happen. The file must be sent to the
      > client for the client to directly edit it, whether you use ActiveX, or
      > any other editor that displays the file on the user's screen. If it
      > gets to the client's screen, it's getting sent to the client.
      >
      > That aside, there are quite a few WYSIWYG editor components to do this
      > type of thing. Might look at some like:
      >
      > http://www.yusasp.com/prj04.asp
      > http://aspedit.net/EnableAll.asp
      >
      > Or use Google or aspin.com for more. Even Word can do this if it's
      > available in your environement.
      >
      > Jeff[/color]

      Thanks for your reply.
      I'll check em out


      Comment

      Working...