Help for this page

Select Code to Download


  1. or download this
    my $response = $browser->post(
      $url,
      Content_Type => "multipart/form-data",
      Content      => [FILE1 => ['data.txt']]
    );