Uploader

API Reference

Overview

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).

Initialization

webix.ui({
    view:"uploader",
    id:"uploader_1",
    value:"Upload file",
    upload:"php/upload.php"
});

Related sample:  Basic List Uploader

Working with Uploader

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.