DHTMLX Docs & Samples Explorer

onUploadComplete

Occurs when all files from the list were uploaded to the server.

Parameters:

  • count - the number of uploaded files
myform.attachEvent("onUploadComplete",function(count){
    //any custom logic here
});