BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Hayssam,
Thanks for using Syncfusion products.
Currently, it is not possible to save diagram in local using
SaveFileDialog box because the SaveFileDialog belongs to the browser and is inaccessible
to ASP.NET code for security reasons. However, you can save the diagram locally
in ASP.NET temporary directory. Please refer the below code snippet to save the
diagram in ASP.NET temporary directory.
For more information regarding the usage of saveFileDialog
in ASP.NET, please visit the below links:
http://forums.asp.net/t/1178720.aspx/1
http://forums.asp.net/t/1698194.aspx/1
http://stackoverflow.com/questions/13207716/how-to-show-savefiledialog
Here is the code:
[C#]
DiagramWebControl1.SaveBinaryDocument(Path.GetTempPath() + "Diagram.edd");
Here is the sample:
http://www.syncfusion.com/downloads/Support/DirectTrac/General/F107990-40125644.zip
Please let us know if you have any queries.
Regards,
Amsath Ali. M
Hi Hayssam,
Thanks for your update.
Since you have asked the same query in the forum 108856, we have updated our
response for your query in that forum (108856). Could you please refer that forum
for better follow up?
Please let us know if you have any queries.
Regards,
Amsath Ali. M