Read Local File From Server Workflow

I have a workflow that needs to run on the KNIME server. I want use a quick form and prompt the user for a filename on their laptop for the work to process. I can point the URL to the variable entered by the user. But I can’t find any string format where knime recognizes the file is not on the servers C:\ but rather the users C:.

I don’t this is currently possible - see towards the end of this thread - Knime Quickforms ordering and file upload

Steve

Hi Scott, I’m assuming that you’re wanting the user to upload the file from their local machine via a WebPortal enabled workflow. In that case you can use the File Upload node, see attached workflow.local_file_upload.knar (407.7 KB)