Images from an Http server.

hi,

       Does anyone know how to display on screen  the jpegs which i receive from a camera(with a http server). It uses the MIME concept: basically the following is what i receive from the camera

HTTP/1.0 200 OK
Date: thu, 01 Jan 2005 00:03:30 GMT
Server: Boa/0.94.13
Connection: Close
Content-type: multipart/mixed;boundary=BOUNDARY
--BOUNDARY
Content-type: image/jpeg
Content-Length: 6243
Pragma: no-cache

jpeg #1(all in characters)

--BOUNDARY
Content-type: image/jpeg
Content-Length: 7012
Pragma: no-cache

jpeg #2(all in characters)

--BOUNDARY

...

If the question is not clear, please let me know i will try to
explain better



Answer this question

Images from an Http server.