I believe that GWT (and browsers in general) use what the RFC calls
"Base 64 Encoding with URL and Filename Safe Alphabet" (see section 4
in http://www.faqs.org/rfcs/rfc3548.html).

You can find a Java Base64 class with URL-safe encoding at
http://iharder.sourceforge.net/current/java/base64/

On Sep 16, 9:38 am, Alexandre Dupriez <alexandre.dupr...@gmail.com>
wrote:
> Modern browsers accept in URI the source of an image encoded in base64
> and render it.
>
> Seehttp://stackoverflow.com/questions/2035811/send-bytearray-to-javascript
>
> What did you do exactly? And why the web service's author told you
> that you should not convert the picture in base64? Is the image
> already encoded in base64?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to