posted 13 years ago
The getParameter() family of methods will not work with anything other than data encoded as x-www-form-urlencoded.
if you are using a 3rd-party library to assist in the file upload, it will have methods to fetch the parameters. If you are parsing the multi-part request yourself (not recommended!), well, then you need to parse out the parameters yourself.