Fires when a file is uploading.
Syntax
Javascript (Usage) | |
---|
var instance; // Type: options
instance.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