views:

10

answers:

0

With CXF Rest, how do you specify filename (content-disposition):

@Produces("multipart/form-data")
@Multipart(value = "root", type = "application/octet-stream") 
@GET
@Path("/file")
public File getFile(@QueryParam("") Query query);