gjwilson21 has asked for the wisdom of the Perl Monks concerning the following question:
and print the request, Iam not getting the content of the file. Instead the output is something like$req=POST 'https://www.abc.com/fileUpload.aspx', Content_Type=>'multip +art/form_data', Content => [__VIEWSTATE=>'dDwtMjRrKEnBI=', aa=>'I', file1=>['ABCD.DAT']] $req->as_string;
POST https://www.abcd.com/fileUpload.aspx Content-Length: 411 Content-Type: multipart/form_data VIEWSTATE=dDwtMjRrKEnBI%3D&aa=I&file1=ABCD.DAT
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with HTTP::Request
by Corion (Patriarch) on Jul 24, 2007 at 06:04 UTC | |
by gjwilson21 (Acolyte) on Jul 24, 2007 at 06:55 UTC | |
by Anonymous Monk on Jul 24, 2007 at 09:16 UTC |