Help for this page

Select Code to Download


  1. or download this
    foreach my $upload ($r->upload()) {
            my $upload_fh = $upload->fh;
    ...
    
            # write $contents to the file here...
    }
    
  2. or download this
    Can't locate object method "fh" via package "form_field_name (perhaps 
    +you forgot to load "form_field_name"?)