Help for this page

Select Code to Download


  1. or download this
        $req->upload()
        $req->upload($name)
    
  2. or download this
    foreach my $upload ($r->upload()) {
            my $upload_fh = $r->upload($upload)->fh;
    ...
    
            # write $contents to the file here...
    }