We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d7c9d commit d1bb465Copy full SHA for d1bb465
js/jquery.fileupload.js
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload Plugin 5.26.1
+ * jQuery File Upload Plugin 5.27
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2010, Sebastian Tschan
@@ -1121,6 +1121,12 @@
1121
this._initEventHandlers();
1122
},
1123
1124
+ // This method is exposed to the widget API and allows to query
1125
+ // the number of active uploads:
1126
+ active: function () {
1127
+ return this._active;
1128
+ },
1129
+
1130
// This method is exposed to the widget API and allows to query
1131
// the widget upload progress.
1132
// It returns an object with loaded, total and bitrate properties
0 commit comments