File Uploading Progress
v1.1.0Shows file upload status with progress.
Asynchronous Active Stream
View the progress bar during an active upload.
production-database-export.sql
142.8 MB45%
Terminal Success & Exception Matrix
See success and error states for uploads.
user-avatar-vector.svg
1.2 MBComplete
enterprise-financials.pdf
24.5 MBUpload failed
API Reference
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| fileName | string | required | The direct identification string designating the attachment target asset. |
| fileSize | string | 'Unknown size' | Explicit document byte calculation metadata (e.g., '14 KB' or '2 GB'). |
| progress | number | 0 | Scalar measurement percentage tracked between absolute parameters 0 and 100. |
| status | 'uploading' | 'success' | 'error' | 'uploading' | Drives asset indicator sub-states and swaps tracking themes automatically. |
| onCancel | () => void | undefined | Optional callback parameter rendering an action close element inside structural header files. |