How to edit Word online directly
Moderator: General Moderators
How to edit Word online directly
Hello all. I am programming a project. In this project I want my client to edit a Word document in webpage directly at the client side, and then save the data into our server. What's more, there are many client sides. The simultenous editing must be avoided. Is there any method to solve this? Or if there is some software can solve this, that would be better.Thanks.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: How to edit Word online directly
You can't edit a Word document directly in a web page. You can edit a document on a web page in a rich text editor that is word processor like. That text can be saved and downloaded in Word format.
(#10850)
Re: How to edit Word online directly
Thanks for your information. After searching, I found something very interesting. It's a software called aceoffix which can be embed in my appication to realize my dreams of editing and saving Word documents online.Christopher wrote:You can't edit a Word document directly in a web page. You can edit a document on a web page in a rich text editor that is word processor like. That text can be saved and downloaded in Word format.