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