Hi mohamedselim,
I haven't used the SkyBiometry API so I can't give you exact code. It sounds like what you need to do is build up the HTTP request body as a multi-part MIME type where each chunk of the multi-part message is one of the photos you want to do face detection on. This can be done by writing each chunk of the multi-part message to the stream you specify to http_request::set_body(...).
I also responded to the other discussion thread you posted to.
Steve
I haven't used the SkyBiometry API so I can't give you exact code. It sounds like what you need to do is build up the HTTP request body as a multi-part MIME type where each chunk of the multi-part message is one of the photos you want to do face detection on. This can be done by writing each chunk of the multi-part message to the stream you specify to http_request::set_body(...).
I also responded to the other discussion thread you posted to.
Steve