Event structure used with FileUploader instance.
new FileUploaderEvent()
public function FileUploaderEvent(type:EventType, name:String, size:Number, loaded:Number, message:String)
Constructor.
static public UPLOAD_SELECT:EventType
static public UPLOAD_START:EventType
static public UPLOAD_PROGRESS:EventType
static public UPLOAD_COMPLETE:EventType
static public UPLOAD_ERROR:EventType
public function getFileName():String
Returns file name.
public function getFileSize():Number
Returns file size.
public function getLoadedBytes():Number
Returns current loaded bytes.
public function getPercent():Number
Returns loading percent.
public function getMessage():String
Returns possible error message.