开发者

Editing Microsoft Word documents in ASP.Net [closed]

开发者 https://www.devze.com 2023-01-06 15:02 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Wa开发者_JAVA技巧nt to improve this question? Update the question so it focuses on one problem only b
Closed. This question needs to be more focused. It is not currently accepting answers.

Wa开发者_JAVA技巧nt to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 7 years ago.

Improve this question

We are converting legacy VB application to ASP.Net application. We have the several word documents stored in SQL server database. Users should be able to edit the word documents and store it in the database. I am trying to use iFrame whose source would be the word document in the server. Users will have MS word installed on client PC but not on the server. But how can i get the changed file in ASP.Net and store it back on the server.

Please advise me.

Regards, Mugil.


If you want to edit documents in MS Word and store them online, you probably have to write a plugin for Word. A simple and crude solution would be to require the users to save the document locally and then upload it via your website.
You probably want to take a look at Sharepoint.

0

精彩评论

暂无评论...
验证码 换一张
取 消