Hi All, I tried to send data through GET method using HTGetFormAbsolute(). It works fine, but asks for a file name to save response at run time. I tried to set the file name by adding the following: fp = fopen("response.txt", mode); HTRequest_setOutputStream(request, HTFWriter_new(request, fp, NO)); This doesn't work. Can anyone tell me a work around for this. How to set a file name or how to get response to a memory bufer? Regards, VenkatReceived on Thursday, 15 April 2004 09:10:12 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:44 GMT