I have to upload a file from my site yet cnt seem to get it working with drop wizard.
Here is the form from my site.
With Dropwizard 0.9.2 you have to add the dependency:
io.dropwizard dropwizard-forms ${dropwizard.version} pom
as well as register the multipart feature:
environment.jersey().register(MultiPartFeature.class);