Save into database

Roman,

Thanks for your information.

The users requirement is,

1. Open a word template in the browser.

2. Make changes in the template.

3. They don’t want to use the ‘Save As’ option in the browser. But instead if I provide a ‘Save’ button at the bottom of the browser, they can click that button to save the entire document into the Oracle database.

Could you please explain me how do I do it with ASPOSE.Word? Can you send me the code also?

Thanks,

Siva.

This is a bit beyond the scope of Aspose.Word.

I cannot give exact instructions, but in general I think:

1. You need to upload the edited document to the server. This could be hard because you edit the document in MS Word, how the browser will know which file to upload?
2. Save the document to the database on the server.