Check documentation for the latest version of dhtmlxSuite upload DHTMLX Docs

upload

starts uploading

void upload();

Example

var myUploader = myForm.getUploader(name);
myUploader.upload();

Back to top