users@jersey.java.net

Re: [Jersey] Problem while deploying my Jersey application

From: Anil Kumar Veeramalli <anil.v_at_frescoinformatics.com>
Date: Tue, 24 Nov 2009 18:22:49 +0530

Hi,

1)
bp.getParameterizedHeaders().getFirst("Content-Disposition").getParameters().get("name"),
used to print the content of the file.
2) as per your new API, I used
bp.getContentDisposition().getParameters().get("name"). is not showing
the content of the file I uploaded.

Please suggest me on this.

Thanks,
Anil