- From: <jose.kahan@w3.org>
- Date: Mon, 7 Feb 2000 12:41:20 +0100 (MET)
- To: Tom Emerson <Tree@basistech.com>
- CC: "'www-lib@w3.org'" <www-lib@w3.org>
Tom, Did you try looking at the chunk.c program in the Library/Examples directory? I think it may answer your need. -Jose In our previous episode, Tom Emerson said: > > I'm trying to use HTLoadToChunk() in the 5.2.8 release, and at the point > data starts coming in from the origin server I am prompted for the filename > to save the contents, and nothing is written to the chunk (though it is > created). My code is essentially the following: > > HTProfile_newPreemptiveClient(...); > request = HTRequest_new(); > doc = HTLoadToChunk("http://www.basistech.com", request); > if (doc != NULL) { > /* process result */ > } > /* cleanup */ >
Received on Monday, 7 February 2000 06:41:41 UTC