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:

reading files in javascript using file apis


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -