From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,380 Views)