| Interface | Description |
|---|---|
| FileDialogCompleteHandler |
An interface that can be used as a callback handler when file dialog complete events are fired by
the Uploader component.
|
| FileDialogStartHandler |
An interface that can be used as a callback handler when file dialog start events are fired by
the Uploader component.
|
| FileQueuedHandler |
An interface that can be used as a callback handler when file queued events are fired by
the Uploader component.
|
| FileQueueErrorHandler |
An interface that can be used as a callback handler when file queue error events are fired by
the Uploader component.
|
| SWFUploadLoadedHandler |
An interface that can be used as a callback handler when SWFUpload loaded events are fired by
the Uploader component.
|
| UploadCompleteHandler |
An interface that can be used as a callback handler when uploader completion events are fired by
the Uploader component.
|
| UploadErrorHandler |
An interface that can be used as a callback handler when uploader error events are fired by
the Uploader component.
|
| UploadProgressHandler |
An interface that can be used as a callback handler when uploader progress events are fired by
the Uploader component.
|
| UploadStartHandler |
An interface that can be used as a callback handler when uploader start events are fired by
the Uploader component.
|
| UploadSuccessHandler |
An interface that can be used as a callback handler when uploader success events are fired by
the Uploader component.
|
| Class | Description |
|---|---|
| FileDialogCompleteEvent |
Provides access to the raw information provided by Uploader when a 'fileDialogComplete' event
occurs.
|
| FileDialogStartEvent |
Provides access to the raw information provided by Uploader when a 'fileDialogStart' event
occurs.
|
| FileQueuedEvent |
Provides access to the raw information provided by Uploader when a 'fileQueued' event occurs.
|
| FileQueueErrorEvent |
Provides access to the raw information provided by Uploader when a 'fileQueueError' event occurs.
|
| SWFUploadLoadedEvent |
Provides access to the raw information provided by the Uploader when an 'swfUploadLoaded' event
occurs.
|
| UploadCompleteEvent |
Provides access to the raw information provided by Uploader when an 'uploader complete' event
occurs.
|
| UploadErrorEvent |
Provides access to the raw information provided by Uploader when an 'uploader error' event
occurs.
|
| UploadEvent |
The base class of all events that are triggered during the uploader process,
and includes methods for accessing the general state of the event,
most notably the details of the file that is being uploaded.
|
| UploadProgressEvent |
Provides access to the raw information provided by Uploader when an 'uploader progress' event
occurs.
|
| UploadStartEvent |
Provides access to the raw information provided by Uploader when an 'uploader start' event
occurs.
|
| UploadSuccessEvent |
Provides access to the raw information provided by Uploader when an 'uploader success' event
occurs.
|
| Enum | Description |
|---|---|
| FileQueueErrorEvent.ErrorCode |
An enumeration of reported file queue error code types.
|
| UploadErrorEvent.ErrorCode |
An enumeration of reported uploaded error code types.
|