Wijmo UI for the Web
progress Event
wijmo.upload.wijupload Namespace > options type : progress Event
jQuery Event object
An object that contains the file info, loadedSize and totalSize.
Fires when a file is uploading.
Syntax
$(function () {
    // Set progress event handler function
    $(".selector").wijupload({
        progress : function (e, data) {
     
        }
    });
});
progress = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
An object that contains the file info, loadedSize and totalSize.
See Also

Reference

options type
wijupload jQuery Widget