Reputation: 3704
I've just watched the lib examples here... The thing is I am looking for a standard solution for GWT image upload as
Is there such lib for GWT 2.3+ ?
Upvotes: 0
Views: 3021
Reputation: 1408
You can use gwtupload. With Gwtupload you can upload an image,preview this image and see the progress bar with real information about the process (file size, bytes transferred, etc).
You can also choose from simple and multiple file upload.
Upvotes: 1