How to save the generated word document

Hi,

when we generate a word document through aspose, and open it in browser directly, i mean when we use

doc.Save("test.doc",SaveFomat.doc,SaveIn browser,…);

it opens in browser, so when we make changes to the word and try to close, it asks to save, instead of saving it in the windows folders, can i have control of it ans save it in the database.
I have to save the generated word document and save it and i click save, it has to save in database.

So please let me know hoe to do it.

Thanks,
Ravi

Hi
Thanks for your inquiry. Unfortunately, you can’t control this. If you would like to edit document on web page and save edited document to database then you can try using Aspose.Editor.
https://products.groupdocs.com/editor/net/
Best regards.