How to edit Word online directly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shellyyin
Forum Newbie
Posts: 8
Joined: Thu Sep 10, 2015 1:49 am

How to edit Word online directly

Post by Shellyyin »

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.
User avatar
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

Post by Christopher »

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)
Shellyyin
Forum Newbie
Posts: 8
Joined: Thu Sep 10, 2015 1:49 am

Re: How to edit Word online directly

Post by Shellyyin »

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.
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.
Post Reply