defines an object with configuration of progress bar that appears during the upload
webix.ui({
view:"filemanager",
id:"files",
uploadProgress: {
type:"top",
delay:3000,
hide:true
}
});
Back to top