- From: Clarissa Wu <clarissa@computize.com>
- Date: Tue, 09 Feb 1999 10:53:25 -0600
- To: www-lib@w3.org
Anyone there can help me out? Thanks a lot! I send a request to a remote URL (say http://www.../process.html) and TRY to receive the response to a file(/tmp/test.html). But my application keeps ask me "which file do you want to save the output? , return for default /tmp/process.html". I want suppress the asking and save output directly to /tmp/test.html. I used fp = fopen("/tmp/test.html", "wb") ; HTRequest_setOutputStream(request, HTFWriter_new(request, fp, NO)); before processing the request. What else do I need to do? Thanks -- Clarissa Wu clarissa@computize.com
Received on Tuesday, 9 February 1999 11:52:01 UTC