简体   繁体   中英

Word Adin that automatically update document on the server on button press on ribbon

I have a ASP.Net webforms Website , it has a document viewer ie Viewer.aspx that shows MS Word documents, if some one wants to edit that document, there is a button for edit which downloads that document into MS Word format.

The user opens and edits the document on his PC after editing document again upload that document to viewer.aspx which has an upload button. and the updated document is replaced with old document.

Now I have given a task that when some one download word document, he doesn't have to again upload that document. Instead there should be a Word Addin, that after editing when the user presses a button in that Addin, the document automatically uploads to the server and replace the old document.

Can any one guide me how can I do it?

why not host your document in Office 365, when they click edit, just open the document on line?

There would be no need to upload or download.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM