Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] MultiPart Provider



On Mar 13, 2018, at 7:30 AM, chebbi lamis <chebbi.lamis@xxxxxxxxx> wrote:


Hello,

I'm implementing an upload service that consumes multi-part form data.
The file is sent from my Angular Application. What type of method parameter i should expect ? The java type File or an InputStream ? or another multipart body type ?
I don't want to use JERSEY,CXF and RESTeasy. I want to use JAX-RS annotations.
What shall I do ?

Any help will be highly appreciated. After searching it doesn't seem that JAX-RS support this issue.

 Please see,


— Santiago


Back to the top