# Component/Upload/FileUploadButton 파일을 선택하여 업로드할 수 있습니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `label` | `ReactNode` | Yes | '파일 업로드' | | | `multiple` | `boolean | undefined` | No | false | | | `loading` | `boolean | undefined` | No | | | | `buttonProps` | `Omit | undefined` | No | | | | `onFileUpload` | `((file: File | File[]) => void) | undefined` | No | | |