in reply to Re: How do I upload a file to a https server.
in thread How do I upload a file to a https server.
I get "405 Method not allowed". Does something need configuring on the server or is the code wrong? (I have tried http and https servers). Thanks Jonathanmy $browser = LWP::UserAgent->new; ... my $response = $browser->post($url, [ 'file' =>[ "/tmp/test_file.txt" +] ]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How do I upload a file to a https server.
by iburrell (Chaplain) on Jun 01, 2004 at 23:50 UTC | |
by Anonymous Monk on Jun 07, 2004 at 14:50 UTC |