01-02-2009 02:55 AM
Hello,
I am picking up XML files from a HTTP server using URL HTTP Get Document.vi in the Internet Toolkit.
I need also to upload XML files but the Internet Toolkit is missing a URL HTTP Put Document.vi
I guess my only alternative is to use the FTP.vi's to upload these files?
Thanks, Louis
01-02-2009 03:10 AM
01-02-2009 03:23 AM
01-07-2009 05:42 AM
Tried data socket - DS Read loads the file as expected. DS Write gives error 1179 Mode not supported for this operation.
It looks like I cannot put the document on the http server using DataSocket.
01-07-2009 05:45 AM
Hi momolxg,
as far as i know the put function isn't anymore supported on most servers.
Mike
01-07-2009 06:32 AM