Field Summary |
public
| url: String |
| The destination url to upload to*
|
|
|
Constructor |
public
| FileDownloadManager (
url: String)
|
| Create a new instance of the file upload manager *
|
|
Method Summary |
public
| onComplete (
fileRef: Object
): Void |
| Callback when a file has been loaded*
|
|
public
| onHTTPError (
fileRef: Object, httpError: String
) |
| Callback on a HTTP error*
|
|
public
| onIOError (
fileRef: Object
): Void |
| Callback on a file IO error*
|
|
public
| onProgress (
fileRef: Object, bytesLoaded: Number, bytesTotal: Number
): Void |
| Callback as a file is being loaded*
|
|
public
| onSecurityError (
fileRef: Object, errorCode: String
): Void |
| Callback on a file security error*
|
|
public
| start (
files: Array
): Void |
| Start uploading the files*
|
|
public
| toString (
): String |
| The About string*
|
|
|
|