Hi,

I know that this is a direct answer to your question, but why do you mix GET-params to a POST-Request? I'm not pretty sure if this is even supported in the HTTP 1.1-standard.
Just use hidden fields and you will avoid this case.

Sven


PS: please prefix your subject with [fileupload] next time, thanks

David Wall wrote:
When using a regular request object, the calls to request.getParameterValues() will return FORM parameters set by <input> tags as well as parameters on the URL query string.

Does this happen with FileUpload? It seems that it does not process params passed on the URL, only those input fields within the form.

Thanks,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to