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<http://docs.oracle.com/javaee/6/tutorial/doc/gmhal.html> to guice instead of annotation.
What can I do for set up @MultiPartConfig and ServletModule? -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
