You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by bu...@apache.org on 2004/07/15 20:43:11 UTC

DO NOT REPLY [Bug 30127] New: - MultipartPost parameter values

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

           Summary: MultipartPost parameter values
           Product: Commons
           Version: 2.0 Final
          Platform: All
        OS/Version: OS/400
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-httpclient-dev@jakarta.apache.org
        ReportedBy: tgerdes@oldrepnatl.com


How can I get the parameter values for a MultipartPost method!  For a string 
part all I need is the value!  For the File part I would like to see file name 
and the actual file data that is being posted to the server!  I can trace the 
file upload when using Microsoft IE 6 to send my file to a web site by using 
TracePlus/web Detective software!  I then can get a view of exactly what is 
being sent as parameters to the web server I am posting a file to!  I do not 
know of a way to get the same information using the Httpclient!  I am providing 
a Microsoft Word document that shows a copy of the trace when using Microsoft 
IE 6!  How can I get this same information for the HttpClient so that I can 
compare them?

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org