Help for this page

Select Code to Download


  1. or download this
    my $file = $r->request_body_file();
    my $body = HTTP::Body->new($r->header_in('Content-Type')
    ...
      $len -= length($buf);
      $body->add($buf);
    }