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 a server. Besides, you can drag-n-drop files into the Uploader, as well as define a particular drop area for uploaded files.
Uploader can be used standalone as well as integrated into a form or a UI component (in the "invisible" mode for the latter).
webix.ui({
view:"uploader",
id:"uploader_1",
value:"Upload file",
upload:"php/upload.php"
});
Related sample: Basic List Uploader