Cancel
eventsFires when the upload was cancelled while in progress.
The
cancelevent fires only when the Upload is in async mode.
To remove the data of a file that has been canceled, manually call the
removehandler. For more information refer to the limitation of theremoveFilemethod
Event Data
e.files Array
A list of the files that were uploaded or removed.
Each file has:
- name
- extension - The file extension including the leading dot. For example,
.jpg,.png, and so on. - size - The file size in bytes. If not available, the value is
null. - uid - The unique identifier of the file or batch of files.