# Uploader
Attributes
Attribute | Description | Type | Accepted Values | Default |
---|---|---|---|---|
name | Uploaded file field name | String | —— | —— |
method | Upload interface method | String | —— | POST |
action | Required parameters, upload address | String | —— | —— |
fileList | List of uploaded files | Array | —— | —— |
multiple | Whether to support multi-select files | Boolean | —— | false |
accept | Accepted File type | String | —— | —— |