here is a gist
https://gist.github.com/chongma/c75c9092a0b7c5fdb36b44b1311945ba
On 04/11/2021 20:50, naciu wrote:
please you can send my the code working- for upload ?
Il 04/11/2021 14:30, Matthew Broadhead ha scritto:
i use org.apache.cxf.jaxrs.ext.multipart.Attachment
and javax.ws.rs.core.MultivaluedMap<String, String>
and it works fine
On 03/11/2021 19:10, naciu wrote:
https://www.benchresources.net/apache-cxf-jax-rs-restful-web-service-for-uploadingdownloading-text-file-java-client/
i read this example.
But this line give me error:
MultivaluedMap<String, String> multivaluedMap =
attachment.getHeaders();
into my ide lament the method attachment.getHeaders(); not exists
from the
class Attachment.
please how resolve?