Manages basic file uploading using Adobe FileReference object.
Real basic implementation.
static public UPLOAD_SELECT:EventTypestatic public UPLOAD_START:EventTypestatic public UPLOAD_PROGRESS:EventTypestatic public UPLOAD_COMPLETE:EventTypestatic public UPLOAD_ERROR:EventTypestatic public DEFAULT_MAX_SIZE:Numberpublic function removeFilter(filter:FileFilter):BooleanRemoves FileFilter filter from dialog.
public function setMaxFileSize(n:Number):VoidSets the possible max size of uploaded file.
public function addEventListener(type:EventType, listener):Void
Adds passed-in listener for receiving passed-in type event type.
type | Name of the Event. |
listener | Listener object. |