Jpeg sending trough http
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I'm Making simple http server, and I don'ät know how to transfer pictures from it. So does anybody know, how to send those pictures to browser. Any example code or article to read Regards Janne
-
I'm Making simple http server, and I don'ät know how to transfer pictures from it. So does anybody know, how to send those pictures to browser. Any example code or article to read Regards Janne
Just add the right mimetype in your HTTP headers :
Content-Type: image/jpeg
How low can you go ?
(MS rant)