My code for RESTful file upload :
@Path(\"/upload\") @POST @Consumes(\"multipart/form-data\") public String post( @FormDataParam(\"part\") String s,
Please make sure you have mimepull.jar on the classpath