We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

saving directly to server

Can any changes to streamed file in browser be saved on server or databse so that it can be reproduced?

thanks.

K P

1 Reply

DK Dhivya K Syncfusion Team December 26, 2006 10:33 AM UTC

Hi,

Yes. We do have option for saving the document in server or in database.

To save a document in the database you have to convert it as objects and save it.
Here is a sample for your reference:
SaveToDatabase.zip


Here are some code to save the document locally in disk.

C#:
//Saving the document to disk.
document.Save(Server.MapPath("Sample.doc"),FormatType.Doc);

Please take a look into the sample and let me know if you have any other queries.

Regards,
Dhivya.

Loader.
Live Chat Icon For mobile
Up arrow icon