01-16-2004 09:24 AM
01-19-2004 01:24 PM
10-12-2009 09:37 AM
Hii..
Remote front panel does not support uploading a file. You can use Client - Server Model for uploading files from client side.
Client Vi has same front panel as server VI and can control server VI from any place through TCP communication. Shared variable plays an important role in this model.
But, I am not sure, how fast it is. For LAN connection, it is very well suitable. When u try on internet, the speed may be low depending on your net connection and server bandwidth.
Thanks
Prashh
10-12-2009 09:57 AM
I think that the LabVIEW web server uses ESP as its server side scripting engine. I'm not 100% sure this will work, but if you modify the .html file and include a file form (the kind with the browse button) that then posts back to an ESP page that processes the file you might be able to do it that way.
If this is a single use scenario (not a distributive one), have you considered setting up a shared folder (I'm assuming Windows) on your client machine and then accessing that file in your LabVIEW program via network Map Drive or \\clientcomputer\fileshare\myfileforlabviewprogram ?
There isn't a direct way of transfering files through a remote panel interface to the serving computer. Only work-arounds. Unless i've missed something...
10-12-2009 01:54 PM
Hello Nicker
how sharing folder in windows explorer helps.. Can u give details explanation.. and what is that driver