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