H A D | fileuploader.js | 269 onProgress: function(id, fileName, loaded, total){}, argument 329 onProgress: function(id, fileName, loaded, total){ argument 330 self._onProgress(id, fileName, loaded, total); 331 self._options.onProgress(id, fileName, loaded, total); 361 _onProgress: function(id, fileName, loaded, total){ argument 596 _onProgress: function(id, fileName, loaded, total){ argument 604 if (loaded != total){ 605 text = Math.round(loaded / total * 100) + '% from ' + this._formatSize(total); 863 onProgress: function(id, fileName, loaded, total){}, argument 1186 self._loaded[id] = e.loaded; [all …]
|