File Upload Workflow assistance

Any help would be appraised. I’m trying to use the n8n Form Trigger node to be able to upload a file (jpg image) into my workflow. After I submit the form, I can access/download the file in the output pain. I added an Edit Fields (Set) node to assign the binary output of the “On form submission” node to a field. I create a binary field but a can’t drag and drop File_Name into the fileData value field. Should this work or have i miss understood the concept?

O/S
Debian GNU/Linux 13 (trixie)

Version
n8n version 2.4.6

Node Versions
n8n Form Trigger node version 2.5 (Latest)
Edit Fields (Set) node version 3.4 (Latest)

No, you cannot change the name of the binary file using the Set node. Nodes that receive the binary file always process it as “data”. If you want to set the name of your uploaded file, you can define a custom field name in the Attributes section. I hope this answers your question.