Help for this page
$req->upload() $req->upload($name)
foreach my $upload ($r->upload()) { my $upload_fh = $r->upload($upload)->fh; ... # write $contents to the file here... }