> Anyone has some experience using the THttpServer for uploading file to the
> server application. Lat say an image file which is changed by the server and

WenServ sample program delivered with ICS has Post sample. See this sample and 
then ask for your
question, if any remains unanswered.

> that send back to the clients browser.

This can only be the answer from the Post since no webserver can "push" data 
back to client without
having first received a request.

So if the answer to the Post is OK, it is easy to do. At the time you get the 
image file at server
side, you must build a reply. This reply can be anything, included the received 
file modified or
not. Don't forget to send the appropriate content ype for the answer !
--
[EMAIL PROTECTED]
http://www.overbyte.be



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to