Hi!
first you have to know progammatically the name of the remote pc connected to your server: this is a problem!
I did not find a straigth way, LV 6.1 doesn't allow much progammatic control on the remote panel connection feature, but I'm confident that in the next LV version this will be improved!
The point is that the Remote Panel Connection Manager (from the Tools menu) has all the informations about the connection: client name, server vi and whatever.
This application is embedded in the \PROJECT\REMOTEPANEL.LLB and consists of a set of password protected vis.
So here's the trick: use VIServer to grab data from the rpcm Get Server Data.vi when the Remote Panel Connection Manager is in run mode. By this you get all the informations (not only client name)o
f the remote panel connection. See my example.
By the way use client machine name to build the file dialog function input path.
If anybody has an alternative method it would be more than appreciated to share it.
Good luck,
Alberto Locatelli