I tried this code to decode base64 image to binary; the thing I want to get image of the byte array on client… I am not pretty sure how to create image of byte array on gwt client so I need your help
Any useful comment is appreciated
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest using inline-images, for example:
However according to the RFC, there are size limitations for inline images. Browsers are only required to support URLs up to 1,024 bytes in length. IE 5-7 does not support Inline images.
In IE8 or later version of IE
data protocolis supported: msdn:Data Protocol