background:
System is B / S architecture; language: jsp servlet
Extract the file from the database, display (in a Word format) on the web page, the user has a modification permission, after the modification is completed, save the document to the original database!
problem:
In the above case, how to ensure that the Word Format Document is saved in the original database when modified, because once the Word document is opened locally, the Word document will lose control, and the data cannot be saved to the original database again. !
So how can I do it?
Please give me a master!