Hi
I need to allow users to select a file from their desktop and save it to a fixed network location (they should not be allowed to change this).
Ideally, through a select file dialog, then save.
Any recommended solutions to go about this?
Maybe an Open dialog that allows them to select the file, but it only records the filename.
Then a hidden save dialog that grabs that string and saves it across the network?
I need to allow users to select a file from their desktop and save it to a fixed network location (they should not be allowed to change this).
Ideally, through a select file dialog, then save.
Any recommended solutions to go about this?
Maybe an Open dialog that allows them to select the file, but it only records the filename.
Then a hidden save dialog that grabs that string and saves it across the network?