603 bytes added
, 13:28, 5 April 2017
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x001300C4]
|-
| 1
| HTTP context handle
|-
| 2
| Form name buffer size, including null-terminator.
|-
| 3
| Binary data size.
|-
| 4
| (FormNameSize<<14) <nowiki>|</nowiki> 0xC02
|-
| 5
| Form name data pointer
|-
| 6
| (BinaryDataSize<<4) <nowiki>|</nowiki> 10
|-
| 7
| Binary data pointer
|}
=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|}
=Description=
Passes binary data from the buffer into the body of the HTTP POST request.