How to upload a file to GWT client side?
2 answers
FileUpload
is a GWT widget that wraps an HTML element <input type='file'>
. Thus, like and <input type='file'>
, it uses the open / save dialog of the operating system.
+1
a source to share