Hi all!
I use @MultiPartConfig annotation from Servlet 3 API in my code for file uploading. It is very comfortably.
But when I start to migrate to Guice ServletModule this not work. There is no data in request.getParameterMap() nor getParts().
And I don't know how to add servlet params from docs to guice instead of annotation.
What can I do for set up @MultiPartConfig and ServletModule?