Upload files from repetitive File upload to Xano

Hi,

I built a questionary where the questions are fetched from Xano. All questions have a specific type (Text, Number, Image,…) and based on this type the correct input field is shown.
The questions are rendered in a repetitive div, but this causes problems with the file upload because I can’t use the weweb CDN in this way.
What’s the best way to upload these files (can be multiple based on how many questions there are) to Xano when I only have the File object in the on change workflow of the file upload field? Is it possible to manually sent this file to the weweb CDN? Or should I sent the File object itself to Xano?

Thanks in advance

The docs have a tutorial about direct file upload to xano.