From jQuery JavaScript Library
« Back to UI/Uploader/callbacks
fileErrorHTTP( oCallback )
Occurs when there was an
HTTP error, during the processing of a file.
Arguments:| oCallback | Options | |
|---|
| A set of key/value pairs that provides information which can be used by the current callback function. This information was partially passed from the Flash file and partially extended by the Uploader code. |
Options:| Name | Type |
| event | String | |
|---|
| The name of the event currently called. |
| options | Options | |
|---|
| The complete configuration of the Uploader object this callback is called from. |
| errCode | integer | |
|---|
| The HTTP error code returned by Flash. |
| oFile | Options | |
|---|
| Contains a UI/Uploader/DataObject with additional information about the file being processed. |
| oProgress | Options | |
|---|
| Contains a UI/Uploader/ProgressObject with additional information about the file being processed. |