How do I upload a multipart with PHP and Curl? The first part is an XML, the other is a binary.
The particular API I try to use is the Constant Contact image upload.
I think I know how to do it with only one part, but how to post two parts?
How do I upload a multipart with PHP and Curl? The first part is an XML, the other is a binary.
The particular API I try to use is the Constant Contact image upload.
I think I know how to do it with only one part, but how to post two parts?