java - How can convert Multipart Attachment to a file -
i'm reading attachment multi part request, want take file attachment excel file
@put @path("/order/adjustmentrequest") @consumes({ mediatype.multipart_form_data }) response adjustment(@multipart (value = "file",required = false, type="*/*") attachment file, @multipart ("adjustmentrequest") adjustmentrequestjobheader adjustmentrequest);
Comments
Post a Comment