How to edit MS Word document online and save to server using .NET

online edited document can be saved on the server without user having to download and upload document again ?

On the ASPOSE demo website, edited documents are available for download but we want to find out if ASPOSE API is available to download edited document on predefined location.

It will be like SAVE instead of Download

Please suggest

@amitverma81

This depends on browser’s download setting. E.g. using Firefox, you can set 'Always ask you where to save files' as shown in attached image. Save File To.png (9.6 KB)

Hi tahir

My requirement is to save the document on some server location instead of local
disk.

so when user once click on save button the document should be saved on predefined
server location in back ground this might overwrite any existing file with same name and save new one.

so is there any possibility we can customize the code and achieve this task.?

@amitverma81

You can download the source code of Aspose.Words editor from the following Github link and change the file save path.

We suggest you please read the following article.
Save a Document