Learn how to use the new file upload component to access file objects and bind them to your Xano API workflows. This tutorial covers the setup process for handling file uploads and data binding effectively.
Chapters
00:00
Introduction to File Upload
Introduction to the new file upload component and its basic functionality.
00:32
Debugging File Data
00:36
Workflow Integration
00:55
Binding Data
Transcript
Copy
00:00
Hey, Bastian.
00:01
so I think you can achieve this with the new file upload.
00:06
So if you use this one here, not the deprecated one, the new one, here you see we don't have a workflow, but actually if you drop a file it will come, you know, it will appear here and you have access to this variable, here in debug.
00:32
Where's my file upload?
00:33
So here you can see I have an object.
00:36
And then if you wanted you could add a workflow, either on a button or on the form or wherever you can add a workflow, where you set up your xanal call.
00:49
And I'm just gonna do something like this to.
00:53
Just to show you how to bind the object.
00:55
basically you would bind not on the URL, of course, not on the API call URL, but basically on your like the object that you want to send to Xano to generate the signed URL.
01:08
Then you can bind to the to the object of your image.