Fires when a file is uploading.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set progress event handler function
$(".selector").wijupload({
progress : function (e, data) {
}
});
});
|
Javascript (Specification) | |
---|
progress = function (
: jQuery.Event,
: 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