Huki
1
Hey everyone, I ran into a problem. I want to choose a file in a fileInput component and upload that file via a query.
Unfortunately I can't select the fileInput component in the querys "file input" dropdown
I tried using the base64 data of fileInput but it corrupts my file.
the component in question
the empty dropdown in the query
1 Like
Paulo
2
Hi @Huki, welcome to the forum!
Are we interested on setting this up for single or multiple file uploads?
Huki
3
Thank you! Should be a single file upload.
Paulo
4
Sweet! Try clicking the fx
button on the right of the input for 'File source', then reference the file using {{ stagePlotFileInput.value[0] }}
.
1 Like