This component can be used for uploading files. It's displayed in the interface as an upload button.
You can list in the accept
property the file types that will be suggested to a Toloker when uploading. By default, only one file can be uploaded, but you can allow multiple files in the multiple
property.
If a Toloker logs in from a mobile device, it's more convenient to use field.media-file — it's adapted for mobile devices and makes it easier to upload photos and videos.
In the task review mode, the uploaded images will appear automatically. You can view, rotate, and switch among the images.
View exampleName | Type | Description |
---|---|---|
type * | "field.file" | Set component type. |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
accept | array | A list of file types that will be suggested to a Toloker when uploading. By default, you can upload any files. Specify the types in the MIME Type format. For example, you can suggest uploading images by adding the image/jpeg and image/png types. |
accept[] | string | File type in the MIME Type format. |
hint | string | Hint text. |
multiple | boolean | Determines whether multiple files can be uploaded:
|
validation | condition | Validation based on condition. |