users@jersey.java.net

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

From: Anoop R <anoopmarar_at_gmail.com>
Date: Thu, 5 May 2011 11:54:30 +0100

Hi Pavel,

Thanks once again. This solved my problem.

-Anoop

On Wed, May 4, 2011 at 1:56 PM, Anoop R <anoopmarar_at_gmail.com> wrote:

> 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
>