javascript - GWT client side file upload -


i can upload file html element inputfile byte stream of file through filereader. after calling function reader.readasbinarystring(blob) shown in "slicing file" example need gain access uploaded bytestream of file in gwt client code. how can this?

you have store bytes server side gwt client call server , retrieve bytes. through rpc call.

see create byte array gwt file upload input

"for security reasons browsers can't read files file system. (you use plugin flash plugin work, although have no examples @ hand)."


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -