# EuiFileUploadProgressComponent

**Type:** component



`eui-file-upload-progress` component for displaying file upload completion status.
Renders a visual indicator showing the percentage of upload progress.
Typically used internally by `eui-file-upload` but can be used standalone for custom upload implementations.


**Selector:** `eui-file-upload-progress`

## Inputs
- **progress**: `number` - Current upload progress percentage to display in the progress bar. Value should be between 0 and 100, where 0 represents no progress and 100 represents completion.
