var _oncomplete = Drupal.jsUpload.prototype.oncomplete;
Drupal.jsUpload.prototype.oncomplete(data) {
  // Your custom code here

  _oncomplete(data);
}