user592704
user592704

Reputation: 3704

GWT - image upload and preview

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

Answers (1)

istovatis
istovatis

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

Related Questions