Check documentation for the latest version of dhtmlxSuite setAutoStart DHTMLX Docs

setAutoStart

enables the mode in which files are immediately loaded after selecting

void setAutoStart(boolean mode);
modebooleantrue/false to enable/disable auto start of loading

Example

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

Details

similar to the autoStart parameter

Back to top