Progress
eventsFires when the data about the progress of the upload is available.
- The
progressevent fires only when the Upload is in async mode.- The
progressevent is not fired in Internet Explorer. For more information, refer to the article on supported browsers.
Event Data
e.files Array
Lists the files that are in the process of upload.
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.
percentComplete Number
Defines the progress of the upload. The available values are from 0 to 100.