Hello All, I'm trying to run the below command which keeps returning 'NO'. It works fine on a Unix platform but returns 'NO' when on windows. char * local_filename_to_send = "c:\\temp\\somefile.tif"; char * full_src_str = HTParse(local_filename_to_send, cwd, PARSE_ALL); HTAnchor * src = src = HTAnchor_findAddress(full_src_str); HTAnchor_setLength(HTAnchor_parent(src), len); BOOL st = HTPutDocumentAnchor(HTAnchor_parent(src), dst, request); The dst is a valid URI and the file to send is valid. We tried the slashes in the file name as \\ and /, neither worked. Has anyone else had simular problems or know what I may be doing wrong or need to change? Anything would be helpful. Thanks, Richard KrenekReceived on Thursday, 4 November 1999 13:26:55 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:35 GMT