HTTPC:AddPostDataBinary

HTTPC:AddPostDataBinary

Request #

Index WordDescription
0Header code [0x001300C4]
1HTTP context handle
2Form name buffer size, including null-terminator.
3Binary data size.
4(FormNameSize<<14) | 0xC02
5Form name data pointer
6(BinaryDataSize<<4) | 10
7Binary data pointer

Response #

Index WordDescription
0Header code
1Result code

Description #

This URL-encodes the specified “name=value” with binary data, then adds it to the POST data which will be uploaded once the request is sent.