DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5503>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5503

lost request-parameters if multipart-request

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-08-09 04:24 -------
If there is no form bean associated with the request, then Struts will not 
parse a multipart request at all. You will need to obtain the input stream from 
the request and parse it yourself.

If there is a form bean, but you do not want to access the parameters through 
it for some reason, the text parameters are still available using the usual 
request methods, such as getParameter(). Note, however, that file parameters 
cannot be accessed this way. They can be accessed only through the form bean, 
or through the multipart request handler available on the form bean.

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

Reply via email to