yes, but you won't be happy with the binary data in the client side :) the way to go is: * create the image on the server side - store it in a cache (or somewhere else) * tranfer the image path/name to the client * let the client crete an image with this name/path * and then the client-browser will issue a get request to the server which will return the binary data for the image
On Aug 27, 6:25 pm, osquitranki <[email protected]> wrote: > Hi, > > Is possible make a image in the server side and send it in a JSON call > by client? > > Thanks!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
