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