Help for this page

Select Code to Download


  1. or download this
      my $reg = HTTP::Request->new("POST"=>"https://$server/upload");
        $reg->content_type("multipart/form-data");
    ...
        print "REQUEST\n".$reg->as_string();
    
  2. or download this
     POST https://xxxxx/upload
    Content-Type: multipart/form-data
    ...
    
    ARRAY(0x9dec0d8)