LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Attach folder in remote front panel

Hi, I need attach a folder with files created every day in a remote front panel. I've publicated the front panel with web publishing, but I want a download link of a folder.

How can I make it?

0 Kudos
Message 1 of 4
(2,268 Views)

Maybe writing code in HTML document created?

0 Kudos
Message 2 of 4
(2,246 Views)

There is no way to have your LabVIEW code create a link within a front panel that will send the web browser somewhere else. If the folder location never changes, then you can create a static link in the HTML document to that location. You could experiment with having your LabVIEW code re-write the file that is being served, but I don't know if that file is continuously read from disk or loaded only once at startup. You could also look into Embedded Server Pages Scripting.

0 Kudos
Message 3 of 4
(2,239 Views)

Ok, thanks! I'll try it,but I don't know if I can attach a folder in a HTML or just a file.

0 Kudos
Message 4 of 4
(2,223 Views)