Whats the easiest way to upload file from pc to n8n?

Anybody got an idea?

  • n8n version: current
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: MacOS

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello @ManyQuestions

The easiest way is to convert the file to base64 and use the Convert to File node with Move base64 String to File Operation.

1 Like

But I needed a way to upload it from PC

Then you should mount your pc’s folder to the container.
File Sharing with Docker Desktop | Docker

3 Likes

Thank you.

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