Button for recording and uploading a video file
Note
The task interface configuration guide describes the features of the HTML/JS/CSS editor. You can also try creating a button for recording and uploading a video file in Template Builder.
To add a video upload button to the task, use the {{field type= "file" name="output field name> "sources="<sources parameter>" fileType="<fileType parameter>"}}
component.
For example, to add a video recording button, use:
`{{field type="file" name="result" sources="CAMERA" fileType="VIDEO"}}`
For a complete list of parameters, see the table.
In the output data description, add one of the fields:
-
Field with the
file
type — For uploading one video only. Example:{ "result": { "type": "file", "required": true } }
-
Field with the
array_file
type — For uploading several video files at once. Example:{ "result": { "type": "array_file", "required": true } }
Run tasks with a video recording button on mobile devices, since they have a built-in camera. Set the Client = Mobile Toloka filter in the pool.
Parameters
Parameter |
Description |
Required |
Default value |
|
Field type: |
yes |
no |
|
Attribute for the output data field. Contains the output field name. |
yes |
no |
|
Note This parameter applies to the tasks completed in the mobile app. The file source. You can set several values in the format Supported values:
|
Yes (when creating tasks for mobile devices) |
no |
|
Note This parameter applies to the tasks completed in the mobile app. File type. You can set one of the allowed values:
|
Yes (when creating tasks for mobile devices) |
no |
|
The button label. For example, |
no |
Depending on the interface language, “Upload file” (English), “Загрузить файл” (Russian), “Dosya yükle” (Turkish), “Faylni yuklash” (Uzbek). |
|
The position of popup hints (displayed if the response didn't pass validation). The position is relative to the input field. Supported values:
|
no |
|
|
Open the camera when the video upload button is clicked:
|
no |
|
|
The number of files to download at the same time. For the single file upload, set the value to For upload of multiple files:
|
no |
|