private String upload() throws TwitterException {

    if (conf.getMediaProviderParameters() != null && this.appendParameter.length > 0) {
      this.postParameter = appendHttpParameters(this.postParameter, this.appendParameter);
    }
    String media_id_string_init = post();
    return media_id_string_init;
  }