Thank you very much for sharing that! Unfortunatelly, I follow the instructions and I still get this error on the Encode file as Base64: Failed to execute ‘readAsDataURL’ on ‘FileReader’: parameter 1 is not of type ‘Blob’.
I’ve noticed that this is happening with the new upload file component, but it seems to work fine with the old one.
I don’t think you still need to use Base64. It makes the file 33% larger. To upload files to Xano, you can just upload the binary file using the Request action with media type multipart/form-data directly to your Xano endpoint with an input of type File Resource.