Does Synfusion persist Documents on their server?

Hi, I recently came to know about syncfusion and have a security related question about document persistence in synfusion.When we use Syncfusion's Document Editor react Component, we have to give a service url which is used to convert a docx document to .sfdt document. My question is whether the document is also stored on their servers when the document is sent.
Can you please confirm this as I have some inforsec concerns.

Thanks,
Prakhar

3 Replies 1 reply marked as answer

SM Suriya Murugan Syncfusion Team June 11, 2021 03:39 AM UTC

Hi Prakhar,

 

Syncfusion Greetings!

 

Yes, you can store the document in server. Please check below KB link for reference: (which will load document from server and save back to server)

 

https://www.syncfusion.com/kb/10304/how-to-load-save-file-in-web-server-for-asp-net-core

 

https://www.syncfusion.com/kb/10295/how-to-open-and-save-file-from-server-using-ajax-call-in-asp-net-mvc

 

Github link: https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices

 

Note: By referring above KB, you can use React as Front end and ASP.NET Core or MVC as Back end.

 

Can you please check above details and let us know it satisfied your requirement? If not, please share the detailed description about your requirement. So that we can proceed further and provide you solution at earliest.

 

 

Please let us know if you have any questions.

 

Regards,

Suriya M.




PB Prakhar Bansal June 11, 2021 04:06 AM UTC

Thank you for replying. However my question was a little different. I am following this guide: Guide. As per this guide, When you render your own "DocumentEditorContainerComponent" in your react application, and opens a word document from your local file system, it sends that word document to a service url = "https://ej2services.syncfusion.com/production/web-services/api/documenteditor/" to get the corresponding "sfdt" string. Since this service is hosted by Syncfusion, my question is whether syncfusion persists the document on their servers by default when the file is sent for conversion to them. This is important for me to determine whether I can upload sensitive documents to the component.

Let me know if this is not 

Thanks,
Prakhar


SM Suriya Murugan Syncfusion Team June 11, 2021 04:45 AM UTC

Hi Prakhar, 

Service url will not preserve the document and converted sfdt details. Also, for your information, we are using https://ej2services.syncfusion.com/production/web-services/api/documenteditor/ url for demo purpose. You can create your our web service either in ASP.NET Core or MVC by referring below github and use it in your application. 


Please let us know if you have any questions. 

Regards, 
Suriya M. 


Marked as answer
Loader.
Up arrow icon