$(function () { // Set progress event handler function $(".selector").wijupload({ progress : function (e, data) { } }); });
Parameters
- e
- jQuery Event object
- data
- An object that contains the file info, loadedSize and totalSize.
$(function () { // Set progress event handler function $(".selector").wijupload({ progress : function (e, data) { } }); });