Wijmo UI for the Web
upload Event
wijmo.upload.wijupload Namespace > options type : upload Event
jQuery Event object
An object that contains the input file.
Fires before the file is uploaded. This event can be cancelled. "return false;" to cancel the event.
Syntax
$(function () {
    // Set upload event handler function
    $(".selector").wijupload({
        upload : function (e, data) {
     
        }
    });
});
upload = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
An object that contains the input file.
See Also

Reference

options type
wijupload jQuery Widget