Also (and this is main question), how I can create Image from byte array (or from base64) in GWT client code?
On 25 дек, 22:46, vmnikulin <[email protected]> wrote: > I need to decoding base64 string in GWT client code. > > Now I use Image.setUrl(myImageServletUrl) to obtaining image from > server. But this method doesn't work if you want to get some > additional data with image in one server request. So I need create > class MyImage: > > class MyImage implements Serializable { > String base64Image; > AddtionalData addtionalData; > > } > > And use it in GWT-RPC. And decode base64 string on client code. > > How can I do it? > > On Dec 25, 8:02 pm, Ed <[email protected]> wrote: > > > > > I don't see what this has to do with GWT, but here it goes: > > Google is your > > friend:http://stackoverflow.com/questions/469695/decode-base64-data-in-javah...... -- 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.
