DHTMLX Docs & Samples Explorer

setAutoStart(true/false)

Called with the true value, the method enables the mode in which files are immediately loaded after selecting.

var myUploader = myForm.getUploader(name); 
myUploader.setAutoStart(true);

Similarly to the autoStart parameter.