Wijmo UI for the Web
totalComplete Event
wijmo.upload.wijupload Namespace > options type : totalComplete Event
Standard jQuery event object
Fires when the uploadAll button is clicked and file upload is complete.
Syntax
$(function () {
    // Set totalComplete event handler function
    $(".selector").wijupload({
        totalComplete : function (e) {
     
        }
    });
});
totalComplete = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijupload jQuery Widget