How to upload file from PC to N8N

Hi,

I’m trying to upload file directly from my PC to my N8N. I’m running the latest self hosted version of n8n on Hetzner (VPS) using docker compose.

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:

Update I installed a local version of N8N to my PC and I’ve uploaded the file.

This is my workflow

However, when I try to convert the pdf to text using “Convert to File”

There is an issue:

Hi @Vasislav ,

it looks like you managed to read the file from disk and it appears to be a pdf file. You want to work with the “Extract from File” node (turns binary into JSON) instead of the “Convert to File” node (turns JSON into binary).

Greets, Ingo

1 Like

Hey @Ingo thanks for that. It worked!

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