How validate uploader

if the uploader is not in a form as I make their validations

Hello,

Webix-way validation presupposes that a) an input field belongs to a form b) an input field features the name property.

So, for your case you can write a custom function that will check uploader data and validate the related form, if any.