Help for this page

Select Code to Download


  1. or download this
    htp.formOpen(curl=>url,cmethod=>'POST');
    
  2. or download this
    my $browser = LWP::UserAgent->new;
     my $response = $browser->post($url, Content_Type => "multipart/form-d
    +ata", Content => [FILE1 => [$filename]]);