Check documentation for the latest version of dhtmlxSuite clear DHTMLX Docs

clear

clears the list of files

void clear();

Example

var myUploader = myForm.getUploader(name);
myUploader.clear();
// the same will do setItemValue w/o params
myForm.setItemValue(name);

Back to top