Help for this page

Select Code to Download


  1. or download this
    $res = $ua->request(POST $server,
            Content_Type => 'form-data',
    ...
                    filenaam => [$test_filename, $test_file],
                    ]);
    
  2. or download this
    $req = HTTP::Request->new (POST => $server,
                    Content_Type => 'form-data',
    ...
            filenaam => [$test_filename,$test_file],
                            ]);