pub fn Upload(props: UploadProps) -> impl IntoViewExpand description
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - id:
impl Into<MaybeProp<String>> - name:
impl Into<MaybeProp<String>>- A string specifying a name for the input control. This name is submitted along with the control’s value when the form data is submitted.
- accept:
impl Into<Signal<String>>- The accept type of upload.
- multiple:
impl Into<Signal<bool>>- Allow multiple files to be selected.
- custom_request:
impl Into<ArcOneCallback<FileList>>- Customize upload request.