Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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