Copy binary image data into a string

Posted by Alien01 on Stack Overflow See other posts from Stack Overflow or by Alien01
Published on 2010-06-10T10:32:04Z Indexed on 2010/06/10 10:42 UTC
Read the original article Hit count: 249

Filed under:
|
|

I need to send image data over network using HttpSendRequest POST request. For this purpose I am creating a string , adding some parameters to string, then I need to add raw image data.

Now I would like to know how can I send the image in post request.

© Stack Overflow or respective owner

Related posts about c++

Related posts about image