I know that jax-rs 1.1
not supports upload directly and every application server has its own implementation to handle multipart/form-data
.
I can't realize how to do it with Websphere Liberty 17 using jax-rs 1.1 feature. jaxrs-2.0 feature I can't use because it conflicts with openidConnectClient-1.0
I understand that Websphere Liberty's solution to upload files based on Apache Wink but it doesn't recognize any of the following files: InMultiPart
or BufferedInMultiPart
as described here: Apache Wink : 7.8 MultiPart
Where am I wrong? Thank you.