Re: Urgent Help needed with Post method file upload
Gisle Aas <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
"Eric Langheinrich" <[email protected]> writes: > I'm not able to inspect the file on the host. I get back and XML > string with a result. > > > Try to print the request that POST() returns above to see if you can > > spot what is wrong. > > > > $req = POST($baseurl, ....); > > print $req->as_string; > > > > $res = $ua->request($req); > > The response from the server is basic header information and an XML > string. I have the following to receive the response: What I suggested above was to inspect the "request" before it is sent, since you seemed to think that it was not set up properly. Regards, Gisle