Help for this page

Select Code to Download


  1. or download this
    my $enctype = 'form-data/multipart';
    $ua = LWP::UserAgent->new;
    ...
        p_upload    => [$path_file,$name_file]
        ];
    $res = $ua->request($req);
    
  2. or download this
    
    $CGI::DISABLE_UPLOADS = 0;
    ...
        }
    close OUTFILE;