Wijmo UI for the Web
totalUpload Event
wijmo.upload.wijupload Namespace > options type : totalUpload Event
Standard jQuery event object
Fires when the uploadAll button is clicked. This event can be cancelled. "return false;" to cancel the event.
Syntax
$(function () {
    // Set totalUpload event handler function
    $(".selector").wijupload({
        totalUpload : function (e) {
     
        }
    });
});
totalUpload = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijupload jQuery Widget