LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

downloading file from internet

i want to download files from internet (say www.abc.com/abc.txt)
i know the exact URLs of file, i tried to download the file using web browser using navigate method. it sucessfully downloads the file but before downloading it pops up the save dialog in which user has to give path for saving file.
i dont want to pop up that dialog (as there are thousands of files i want to download) and i want to save file in predefined location on my hard disk
 
Please see the attached VI

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

0 Kudos
Message 1 of 3
(2,464 Views)
Hi Tushar,

you don't need a webbrowser to download a file, datasocket is capable of this!
See attachment (made from an article on NI's website).
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,442 Views)
Thanks a lot

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

0 Kudos
Message 3 of 3
(2,426 Views)