Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
However, I don't understand how to put a file there. I have tried POST, but not really sure how this works as I have read a lot of articles talking about forms. Is this the correct command to use to upload a file? Thanks Jonathanmy $browser = LWP::UserAgent->new; $browser->credentials( $ENV{'HTTPS_SITE'}, $ENV{'HTTPS_REALM'}, $ENV{'HTTPS_USERNAME'} => $ENV{'HTTPS_PASSWORD'} ); my $response = $browser->get($url_filename);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I upload a file to a https server.
by iburrell (Chaplain) on Jun 01, 2004 at 16:34 UTC | |
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 | |
|
Re: How do I upload a file to a https server.
by eclark (Scribe) on Jun 01, 2004 at 19:31 UTC |