# Component/Upload/FileUploadButton

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `label` | `ReactNode` | Yes | '파일 업로드' |  |
| `multiple` | `boolean | undefined` | No | false |  |
| `loading` | `boolean | undefined` | No |  |  |
| `buttonProps` | `Omit<ButtonProps, "onClick" | "loading" | "disabled"> | undefined` | No |  |  |
| `onFileUpload` | `((file: File | File[]) => void) | undefined` | No |  |  |
