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.
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.
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
Hey @Ingo thanks for that. It worked!