简体   繁体   中英

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

  • A) Upload image to client app
  • B) Preview image in client app
  • C) Get image in base64 (from upload object) on client app

Is there such lib for GWT 2.3+ ?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM