Help for this page

Select Code to Download


  1. or download this
    POST /handler.cgi HTTP/1.1
    Host: http://www.example.com/
    ...
    
    ... some binary data ...
    --XYZ--
    
  2. or download this
    <form action="http://www.example.com/handler.cgi"
          method="post"
    ...
        <input type="submit">
      </fieldset>
    </form>