Uploader is a component that allows users to upload files. It allows browsing directories on your machine to choose the necessary file(s) and send them to server.
Uploader can be used standalone as well as integrated into form or UI component (in an "invisible" mode for the latter).
webix.ui({
view:"uploader",
id: "uploader_1",
value:"Upload file",
link:"mylist",
upload:"php/upload.php"
})
Related sample: Basic List Uploader