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
forum
September 17, 2025, 4:52pm
7
Internal ticket ID: UIEXT-2349
Summary: Multiple file upload widget
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…
Hi,
I’m trying to create a workflow that uploads and processes multiple files from the same directory that’s compatible with the KNIME server. The file upload node allows uploading a single file, but I haven’t been able to loop over each file in the directory and upload everything automatically. What’s the best way to do that?
In more detail, the directory will contain a single xls file and multiple SDF’s and the info in the xls file will have to be added to the info in the SDF file, eventuall…
Hello Dear Knimers
I am trying to execute simple workflow in Knime Server, where I have to read data from local file system(from my desktop)
It is saying that the specified file does not exist
Message from the server
[image]
The workflow in local workspace
[MicrosoftTeams-image (1)]
Thanks in advance
Hi all
I want to know if there is a way to upload multiple files to the knime server that a user can just drag or drop.
I know you can add multiple file widgets, but it would be great if once can just select multiple files.
Hi,
KNIME AP 4.6.2
KNIME Server 4.15.1
I currently try to create a component for a workflow running on a knime server based on: https://kni.me/w/xswv3kaw2K-ybXsU
First Problem: I use the combination of Refresh Button and File Upload widgets to load multiple files by writing each file to a temporary folder using the CSV writer. This actually works until I click the “Close and Apply temporarily” button. Which results in a duplication of my uploaded data. I still cannot find a mistake in the …
Hello
Is there a way to use a widget to reference a folder and upload all the files in that folder? I’m using File Upload Widget but it generates an image in the temp stream of the selected file (single file), but I can’t use it to upload multiple files.
Thanks
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