LabVIEW Web Development Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

How send file using HTTP API ?

Hi all,

 

I need transfer a file to device using HTTP. This is example how it's working using cURL https://curl.haxx.se/

 

curl -H "Expect:" http://192.168.0.0/controller/putfile -F username=MyUser -F password=MyPassword -F filetype=setupfile -F input_file=@setup.xml

 

But I really don't how done it to LabView using POST or PUT method. Somebody helps?

Message 1 of 1
(1,396 Views)