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

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -