gwtuploadsample.public.MultipleUploadSample.html Maven / Gradle / Ivy
The newest version!
GWTUpload: MultiUploader
Multiple uploaders
- Multiple uploader using the default 'BasicProgressBar'.
It has the limitations of 3 successful uploads, and repeated files are not allowed.
It uses the browser input file widget.
- Multiple uploader using Incubator's 'ProgressBar'.
Only images are allowed.
It uses a customized link to open the file selector.
- Multiple uploader using GWTChismes's 'GWTCProgressBar'.
It uses a standard button to open the file selector.
- Multiple uploaders in a widget created with UIBinder
- Multiple uploader using a drag and drop zone.
- Multiple uploader using an external drag and drop zone.
- Multiple uploader using a custom button with a drag and drop zone.
- Multiple uploader using a custom button with an external drag and drop zone.