Wijmo UI for the Web
progress Event
jQuery Event object
An object that contains the file info, loadedSize and totalSize.
Fires when a file is uploading.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.progress = function(e, data) { };
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.