Okay, that would indicate the snapshot is not sending back HTML but is sending the image data.
In DashBoard 6.x, there is no simple way to save a local copy of an image from a URL. The only way to do it is to create a `
` tag that acts as a web browser and download the data. This involves writing the HTTP headers on the outgoing request, parsing through the HTTP headers in the response, reading the data bytes out of the listener's connection, and writing it to a file. It can be done. It isn't easy.
What I can tell you is that the ability to do something like this will be much, much easier in the next release of DashBoard. Depending on your needs, it might be easier to wait until there is an updated beta of DashBoard available (coming in the near future).
If you need it in the short term, I can send you an example of using a listener as an HTTP client but, otherwise, I would wait for the updated beta.
#DashBoard