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

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijupload jQuery Widget