[mapguide-users] Save Map Image on Server

2014-10-17 Thread U. Schlachter
Hi all, what I need is: the User can click a link and then the actual view of the Map (as like in Fusion Save Map Widget) is stored on the Server , not on the Client. In the next process I must pack this Image in an PDf with Database Informations, so I must know the filename of the Image.

Re: [mapguide-users] Save Map Image on Server

2014-10-17 Thread Jackie Ng
Any image you get from the MapGuide Rendering APIs is an MgByteReader. You can dump this image to a file with MgByteSink using the file name of your choice. From there you know what the file name is to do whatever you have to do. - Jackie -- View this message in context: