public class FileUpload
extends Object
implements com.google.gwt.core.client.EntryPoint
Author:
Massimiliano Assante, ISTI-CNR
Use this widget to display a dialog containing the possibility to upload a file on server with an actual progress of the current uploaded file in percentage;
uncomment //showSample() in the onModuleLoad() to see it working
To get to know which file was uploaded listen for the FileUploadCompleteEvent on the HandlerManager instance you pass to this widget.