LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File dialog not working with web publishing tool

I am trying to access my application via web publishing tool included with the labview. Everithing seeems to be working untill I get to the standard File Dialog from the File I/O>Advanced File Functions palet. Converting this express vi to normal vi did not help. The standard two button message comes up without any problem as well as the reeoe messages but not this file dialog.

Does anybody knows a workaround for this problem?

0 Kudos
Message 1 of 2
(2,604 Views)

Have you searched the forums for this?  It has come up several times before.

 

The reason you can't is that the function brings up the Windows file dialog, which is basically a part of the operating system and only has context within the PC that is running the VI.  It is beyond LabVIEW's control to web publish.

 

Look through the other message threads that the search brings up for some ideas to work around it.

0 Kudos
Message 2 of 2
(2,600 Views)