I am not using JSON or anything like that. I have a simple form to upload a file and I want to read the parameters of the form. The code below is not working as expected.
FYI, You need to use @FormParam. Also make sure INPUT HTML types are using name= not id=.