Skip to content

Leave body as-is for ByteArray to support uploading binary files#453

Open
SanderH wants to merge 1 commit intoVBA-tools:masterfrom
SanderH:patch-1
Open

Leave body as-is for ByteArray to support uploading binary files#453
SanderH wants to merge 1 commit intoVBA-tools:masterfrom
SanderH:patch-1

Conversation

@SanderH
Copy link

@SanderH SanderH commented Apr 22, 2021

I was making my own Body using the ADODB.Recordset solution (see https://stackoverflow.com/questions/62165095/vba-send-file-in-binary-code-to-api-via-post-method), but this Property was being converted to rubbish. Excluding the ByteArray from getting converted makes it work without further alterations.

I was making my own Body using the ADODB.Recordset solution (see https://stackoverflow.com/questions/62165095/vba-send-file-in-binary-code-to-api-via-post-method), but this Property was being converted to rubbish. Excluding the ByteArray from getting converted makes it work without further alterations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant