in reply to How do I upload a file to a https server.
Replace file_param with the name of the "file" type input param.my $request = POST($url, [ 'param' => 'value', 'file_param' => [ $filename ] ]); my $reponse = $browser->request($request);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How do I upload a file to a https server.
by Anonymous Monk on Jun 01, 2004 at 17:13 UTC | |
by iburrell (Chaplain) on Jun 01, 2004 at 23:50 UTC | |
by Anonymous Monk on Jun 07, 2004 at 14:50 UTC |