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

http://issues.apache.org/bugzilla/show_bug.cgi?id=30127

MultipartPost parameter values





------- Additional Comments From [EMAIL PROTECTED]  2004-07-15 20:19 -------
The feature request that I am asking for is to add a method to the FilePart 
class like "getFileName", and "getFileValue"!  Or for the Part Class to add a 
method like "getPartValue"!

I want to be able to view all parameter attributes and values!  Whether they 
are a string value pair, or a file part!  So that I can configure the Multipart 
Post to send the same post as the IE 6 browser does!  If I have a parameter on 
the MultipartPost called "button" with a value "big" I want to be able to view 
both the parameter attributes and it's assigned value!  That way I can verify 
that it is working the way that I coded it to work! 

You do have a "getFileName"!  But no "getFileContents" to view what was 
actually sent!  I can get the name of a string parameter but can not view it's 
value after the method is executed (the POST method had a getParameter value)!

The Post method also lets you view what your request was after it has been 
executed!  By, using the "getRequestBodyasString"!  If I had something that 
worked like that for the MultipartPost that would show me exactly what was sent 
to the server it would help with debugging!

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

Reply via email to