Skip to main content
Participant
January 19, 2009
Question

Coldfusion

  • January 19, 2009
  • 1 reply
  • 317 views
Editing a Document direclty from Sharepoint Site using asp.net c#
**********************************************************************************
When we click on a document via a document library in the Sharepoint, the document opens and that can be modified and saved in the sharpeoint location.

However, if we send a link directly to the document via e-mail and a user clicks on it, the document will open locally and the changes will be done locally only. Then the saved file must be uploaded back to the sharepoint site.

How can a document be edited direclty from sharepoint site without downloading and once again uploading the document back to the site?

Can anyone suggest a good solution for the above requirement. Thanks in advance.
    This topic has been closed for replies.

    1 reply

    Inspiring
    January 19, 2009
    > Editing a Document direclty from Sharepoint Site using asp.net c#

    >
    > How can a document be edited direclty from sharepoint site without downloading
    > and once again uploading the document back to the site?
    >
    > Can anyone suggest a good solution for the above requirement. Thanks in
    > advance.

    Err... is this a CF question or a SharePoint question?

    --
    Adam
    Participant
    January 21, 2009
    The requirement is with Coldfusion and Sharepoint. I need to implement the Sharepoint technology in our Coldfusion site. Anybody could advice on this.