this.uploadWithOptions(url, data, {
      progress: function(xhr, progress) { self.onProgress(progress) },
      success: function (response) { self.onSuccess(response) },
      error: function (response) { self.onError(response) }
    });