Check documentation for the latest version of dhtmlxSuite onUploadComplete DHTMLX Docs

onUploadComplete

fires when all files from the list have been uploaded to the server

void onUploadComplete(number count);
countnumberthe number of uploaded files

Example

myForm.attachEvent("onUploadComplete",function(count){ // your code here });

Back to top