Replies: 1 comment
-
That is not supported at this time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to upload multiple photos to Azure Blob Storage with the HttpTransferManager.
I was previously writing the raw blob to Blob storage using HttpClient. After swapping to the HttpTransferManager, I noticed the body is not the raw blob/photo and has the multipart/form data/boundary.
Is there a way to use HttpTransferManager without multipart/form data so the data is just the raw blob?
Beta Was this translation helpful? Give feedback.
All reactions