upload Excel file via WebPortal

Hello,
Import of the excel file locally works like a charm, but when I want to do the same process via WebPortal it gets little bit complicated…so far I have in my component one node called “Local File Browser Configuration”

image

And after user select excel file I want to load it into the workflow

image

And locally everything works but when running on KNIME server I am constantly getting this error which tells me nothing useful:

  • Workflow did not fully execute

Is there maybe some simple example workflow how to do this properly on KNIME server?

Thanks in advance :smiley:

Hi,
To upload a file to the server via WebPortal you need the File Upload Widget node. All nodes that end in “Configuration” are used to add configuration options to components so they can be reused with different parameters. If you want a user to inject settings into a component from the WebPortal, nodes that usually end in “Widget” are used.
Kind regards,
Alexander

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.