Hi Shima Rl,
Thank you for contacting Syncfusion support.
By design JavaScript does not allow reading and writing files through code. So, while saving we build the document and throw it to the browser. The browser’s default download functionalities process the thrown document and save it to default download location configured in that browser.
So, we can’t manage the client-side download location through code. You can change the default download location of the browser, manually in the browser settings.
If you need to save the document in the server-side, you can customize save location using “saveAsBlob” method in document editor.
Please find the UG for “saveAsBlob” in the following link:
We have prepared a sample with an option to save document into the server. Please try this sample and let us know if this helps you.
Sample link:
Regards,
Prakash Kumar