multipart/form-data encoded forms don't work
--------------------------------------------
Key: PB-33
URL: http://issues.apache.org/jira/browse/PB-33
Project: Portals Bridges
Type: Bug
Components: struts
Versions: 1.0
Reporter: Phil Shrimpton
Struts forms that are encoded as multipart/form-data are 'not working'. It
seems that
the request parameters are not being forwarded to the struts action. Forms
that are not encoded work as expected.
It is easy to recreate, just add...
enctype="multipart/form-data"
..to any previously working form.
>From my research it seems that when using multipart forms you need to use
>request.getInputStream to get at the data, rather than request.getParameter(s).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]