r_jain
April 2, 2024, 4:44am
1
Hi,
I want the option for the user to select a folder from local machine and all the files within it get consolidated and i can run the workflow.
It is simple in the desktop version with either the files in folder option or the *.xlsx but for server , the file upload widget doesn’t work as it doesn’t recognize the folder selection.
How can i get this done?
Thanks in advance,
Rajat
Dear @r_jain ,
There is a ticket for this feature (UIEXT-81) and we have added +1 on your behalf.
This forum topic will get updated when the ticket is done.
Thank you for sharing your ideas with us!
2 Likes
system
Closed
July 9, 2024, 9:01am
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
forum
December 1, 2024, 10:01am
5
Internal ticket ID: UIEXT-81
Fix version(s): 5.4.0
Other related topic(s):
Hi. I’m using KNIME AP 4.3 and developing a workflow for the web portal.
I want to ask the user to select a directory on their local drive (or alternatively, multiple files within the directory), and the workflow would then upload all files in the directory (or alternatively, all selected files in the directory) so the workflow can process them.
The File Chooser widget looked promising, but it’s limited to selecting files or directories from a remote mountpoint. The File Upload widget allows s…
Because the server doesn’t support folder upload functionality, now i am trying to ensure that configuration does the job atleast in the local machine.
However the local file browser configuration also seems to support single file selection and not multiple files.
The moment i select the folder and pass it to an excel reader, it doesn’t allow. Is there any way this can be achieved?
The goal is that the user doesn’t get to see the logic and they only choose the folder in their local.
TIA