The UploadButton
component can trigger an upload of all files in a queue to a remote data source.
This component extends React.ComponentPropsWithoutRef<"button">
, meaning it accepts all native button
element props.
asChild
Type: boolean
references
The name of an Uploader
component this button references.
Type: string
Required
UploadButton
must be used inside a Root
component.