I am going to write simple frontend for my console tool. Generally, it takes a few parameters and input file path for further opening and processing. My idea was to place something like
UI.input # set (attr "type") "file" # set UI.text "input filename"
And then get the selected file path via 'value'.
But it appears that due to security reasons browsers do not provide full path to selected file.
Is it possible to place any file chooser with threepenny-gui?