I've a question regarding drivers. In order to select a file in an element, Is it possible to have a file browser instead of a text field with the file path ?
Hi Bernard,
Not sure what you want to achieve, but please be aware that elements run on the DataMiner Agents and the File Browser (from Cube or Web) gives access to the client machines file system.
Hi Bernard,
As far as I know, it is not possible to open a file browser from an element. I believe a possible alternative is to use an interactive automation script that implements the FileSelector block.
Hope it helps.