Using the Form Trigger and converting an uploaded file to base64

Hi! I have a ‘Form Trigger’ node with a "file’ field.

I select an image using it and I need that image in base64 format.

Except I can’t figure out how to do it.

Would love a point in the right direction ^

Thank you

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:

Hey @jatacid , use Extract from File node with operation “Move File to Bae64 String”.

1 Like

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