Skip to main content

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


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.

Thanks.
--
Lamis CHEBBI



Back to the top