Package org.jrest4guice.client

Examples of org.jrest4guice.client.JRestClient.uploadFiles()


   * @param args
   */
  public static void main(String[] args) {
    JRestClient client = new JRestClient();
    try {
      Object result = client.uploadFiles(
          "http://sample.snifast.com/full/fileUpload", null,
          new File[] { new File("F:\\KuGou\\陈倩倩 - 婴儿.mp3"),
              new File("F:\\KuGou\\wendy.jpg") });
      System.out.println(result);
    } catch (Exception e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.