The file that was selected for the upload.
Callback that needs to be invoked with the file that should be added to the upload queue.
Callback that is invoked when a file upload was canceled. See also FileUploadCfg.oncancel.
Callback that is invoked after a file was uploaded to the server successfully. See also FileUploadCfg.oncomplete.
The additional arguments from the jQuery XHR requests.
Details about the uploaded file or files.
Callback that is invoked when a file could not be uploaded to the server. See also FileUploadCfg.onerror.
The XHR object from the HTTP request.
The HTTP status text of the failed request.
The additional arguments from the jQuery XHR request.
Callback that is invoked at the beginning of a file upload, when a file is sent to the server. See also FileUploadCfg.onstart.
Callback to execute before the files are sent. If this callback returns false, the file upload request is not started. See also FileUploadCfg.onupload.
Generated using TypeDoc
Callback invoked when file was selected and is added to this widget. See also FileUploadCfg.onAdd.