Dear Group, I am trying to use wwwlib to do a file upload to a server, using the POST method, from a C program. I beleive the following commands are not suitable , HTPostFormAbsolute,HTPostFormRelative,HTPostFormAnchor,HTPostFormAnchorToChunk , as they all use HTAssocList, which is two strings for the simple case of sending scalar parameters across. The only way I could seem to find to do it is to use HTPostAnchor (HTParentAnchor *source, HTAnchor *dest, HTRequest *request); and to directly modify the headers of HTParentAnchor to manually create the MIME headers with HTAnchor_setDocument() Is this the best way to do it? It seems rather clunky.. I can see MIME parse streams are used to parse mime input, but can I also use them to go the other way and create one from input documents? much thanks Simon Michnowicz Mobility Services Section Telstra Research Laboratories, 770 Blackburn Rd, Clayton, 3168. Ph: (03) 9253 6769 Fax: (03) 9253 6339Received on Tuesday, 25 May 2004 04:37:32 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:44 GMT