Send a file resource in an object data

Answered

I don't get why xano does not consider my input data when I send them along with a file resource.

Here I'm trying to update a product. A product can contain variations, and a variation can have an image. So I'm obviously sending the image along with other data to complete my update.

Here Is what I send from the frontend

Here is what xano get as an input

Why? I don't realy know. When file is null, everything is good.

This is an issue I ran into months ago and the workaround was to send the files as a separate array of file resources. I was refactoring things when I set them this way and after tests, remember why I had to trick it.

Is there any valid explanation about this? Last time I did not get a valid answer, hope this time I will.
Thank you!

14 replies