Add the input field of currently selected file
If I select a file for further script processing, how to make it is visible on the window, where I am selecting options, actions etc?
If I create a field input_file, it is not in fact shown the selected file of several files.
Would that be possible to add this option?
Thanks for the suggestion, I might implement this but its a bit tricky if multiple files are selected for the action. Any suggestions on what should happen in that case?
Thanks for the suggestion, I might implement this but its a bit tricky if multiple files are selected for the action. Any suggestions on what should happen in that case?
Well, I suggest that in this case files are shown, and each of them is prepended with "x" symbol before the name of the file in order that file may be excluded from the list. And they are processed sequentially.
Similar to multiple choice. What do you think?