users@jersey.java.net

[Jersey] Re: Reading a POST request params without using _at_FormParam annotation

From: Anoop R <anoopmarar_at_gmail.com>
Date: Wed, 4 May 2011 13:56:39 +0100

Hi Pavel,

This worked. Thank you very much.

I am wondering if it is really required to use "multipart/form-data" as the
form enctype as I am not expecting big chunk of data (like a whole file).
Will it be possible to go with "application/x-www-form-urlencoded" itself
and still read form data as a list/map?

Thanks,
Anoop