ok,
basically, the following is a responce to an HTTP request, just a string stuff, not impossible to assemble, and that will display on a web page through a TCP thing.
HTTP/1.0 200 OK
Date: Fri, 31 Dec 1999 23:59:59 GMT
Content-Type: text/html
Content-Length: 1354
<html>
<body>
<h1>Happy New Millennium!</h1>
(more file contents)
.
...........try to add some PIC data stuff in here
.
</body>
</html>
so thats that part of being able to make string array and be able to send out when ready ????
don
Bookmarks