Hello, I think it would be easiest not to transfer the actual image data with RequestFactory. Just provide the Image-URI within the entities transferred by RequestFactory and have it point to a special servlet that serves the actual images. This way you can also use the AppEngine Bloblstore (if you're running on AppEngine). I'm not sure you can do anything useful with byte[] data on the client anyway, the only way to directly transmit the image using RequestFactory would imho be to convert it to a Base64 string (which you use as a CSS background-image to display it).
Regards, Tobias -- 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.
