Help for this page

Select Code to Download


  1. or download this
    $$rhash_params{'import_file'}->fh;
    $$rhash_params{'import_file'}->filename
    
  2. or download this
    #------------------------------------------------------
    # Handle all POST, GET, multipart, and upload requests
    ...
    }
    my $upload = $apr->upload;
    if ($upload) { $params{'import_file'} = $upload; }