This example demonstrates how to use the Jersey MultiPartFeature with Helidon.
This project implements a simple file service web application that supports uploading and downloading files. The unit test uses the JAXRS client API to test the endpoints.
mvn packageFirst, start the server:
java -jar target/helidon-examples-microprofile-multipart.jarThen open http://localhost:8080/ui in your browser.