GWT client-side image upload & preview -
i using gwt , want upload image , display preview without interacting server, gwtupload lib not way go.
after image uploaded , displayed, user can optionally save it. idea send image through gwt-rpc base64 encoded string , store in db clob.
is there easy way either gwt or using jsni?
this document answers question:
Comments
Post a Comment