Re: Creating image from base64
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 <vmniku...@gmail.com> 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 <post2edb...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home