Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Export the Diagram (Read 10030 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export the Diagram
Reply #15 - Sep 15th, 2009 at 6:07pm
Print Post  
The ticket ID is 69C0B7 and you got your response eleven hours ago. Though your message only shows the empty diagram xml, which is not very helpful. Could you send us your server side code along with the custom classes? Are you calling Diagram.RegisterItemClass to enabe serialization for them?
  
Back to top
 
IP Logged
 
Sachin
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 85
Joined: Mar 14th, 2009
Re: Export the Diagram
Reply #16 - Sep 29th, 2009 at 2:36pm
Print Post  
HI Stoyo

I created the image using WCF service and retrun the Path (\\Image\Diagram.PNG) like i am returning
once i got the value i need to open  the image in browser 
string path = @"attachment;E:\Murugan\LP Projects\New SilverLight Project\Silverlight\PI UI\fbDiagram.png";
                    Response.ContentType = "image/png";
           Response.AppendHeader("Content-Disposition", "attachment; filename=fbDiagram.png");

now i want to save this image , how to do?
my problem is how to save the image because ima not getting the image.

regards
sachin
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Export the Diagram
Reply #17 - Sep 29th, 2009 at 3:55pm
Print Post  
Perhaps you are returning the local server path to the image? You must return an URL that will allow the browser to access it.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint