File upload not working

You need to use the POST var which is corresponding to your file input … not a text input!

Yep, just realised that, have made the adjustment. Surprisingly, before I realized, the hierarchy did show up when the source from the form was still a text input, seemed to take about a minute. Anyway, I have changed the post variable to the file input, so we’ll see. Feels encouraging though.

The hierarchy showed up now, do i choose the name or teh variable itself?

image

Now things look different

And files are now uploading to the website, brilliant!

Well done Teodor, I very much appreciate your patience and help.

As explained in the documentation (and this has not changed as i explained earlier today), for the file upload step you just select the POST variable.

Yep, done that, it worked beautifully.

1 Like