public class UploadCompleteEvent extends UploadEvent
UploadCompleteHandler and register it via the .Uploader#setUploadCompleteHandler(UploadCompleteHandler) method in order to access uploader
complete events.
Note that the 'uploadComplete' event is always fired at the end of an uploader cycle (after uploadError or uploadSuccess). At this point the uploader is complete and another uploader can be started.
If you want the next uploader to start automatically this is a good place to call this .uploadStart(). Use caution when calling uploadStart inside the uploadComplete event if you also have code that cancels all the uploads in a queue.
| Constructor and Description |
|---|
UploadCompleteEvent(File file)
This constructor is intended for internal use only.
|
getFilepublic UploadCompleteEvent(File file)
UploadCompleteHandler.file - The native javascript object containing the details of the file being uploaded.