Is it normal to have file upload path with [0]? Is this new implementation?

In this example, selected upload property that directly located before an action produces the code upload_img[0].path instead of just upload_img.path. I’m just curious if this is a new implementation in recent updates? Need a little bit explanation if that’s the case.

2021-03-05 (1)
2021-03-05

Probably you have a multi upload input there. So make sure you are using single upload.

I don’t think so. Can you help to check what’s wrong?

Well you need to select a post variable for the upload step … currently it points to $_POST which is not correct.

1 Like

Indeed. Thank you! :sweat_smile: