Re: [Resteasy-users] Cannot upload file to RESTEasy service using @MultipartForm , POJO and Client Framework

2013-01-22 Thread Weinan Li
Hi Gabriella, I've created an example for you to use: https://github.com/liweinan/try-resteasy/blob/multipart/src/main/java/net/bluedash/resteasy/multipart/MultipartClient.java I'm using Apache Http Client as client-side codes. I've also found some issues about RESTEasy's client API, but I ne

[Resteasy-users] Cannot upload file to RESTEasy service using @MultipartForm , POJO and Client Framework

2013-01-20 Thread Gabriella Turek
Hello, I need a little help on making requests from a desktop client to a RESTEasy service. The service works great with a web form, but this is not the intended client, I need to implement client in a desktop application. I've followed examples on the web, but I still cannot get my client to wo