Thank you
I tried the URL approach, it works great in development mode but when
deployed on tomcat the location of the uploaded file is changed for
some reason. it puts everything in tomcat's bin(DUH!).
I'll try the base64 way.
I'm using uibinder image this way:
@UiField Image

Image has only setters for path And I cannot counstruct ImageResource
from raw data.
How can I set the image data from the base64 field of my entity?




On Dec 26, 11:06 pm, Matthew Hill <[email protected]> wrote:
> You could either store the URL of the uploaded image or store the base-64
> encoded data of the image in your database.

-- 
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.

Reply via email to