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.comReceived on Tuesday, 9 February 1999 11:52:01 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:28 GMT