IUploadProgress
@spartanfx/react / IUploadProgress
Interface: IUploadProgress
Upload progress information
Properties
| Property | Type |
|---|---|
error? | string |
file | File |
fileName | string |
progress | number |
status | "error" | "success" | "pending" | "uploading" |