You could use ImageKit.io and send the file direct from the front end then do the transform then import the file into xano (or leave it in imagekit). There are smart-crop options I think in imagekit. Xano strips metadata and cant do transforms on signed urls so there is benefit to using a DAM like imagekit. You can do the imagekit upload from a workflow and javascript can be generated by Claude or other tool.
For the native remove “x” button - if you don’t fork the component there is a slight workaround where you can trigger the workflow on a change which is triggered by this button as well as an upload. So then in the workflow you check if the file was removed and run whatever logic. I use this to know if i need to remove a file from the backend after it’s been stored
I would also like an option on the component to not have the list. The old version could be setup that way
Hi! I have the same issue. I need to remove the list of uploaded files. Unfortunately, when I try to edit this component using AI, I get a message saying the element is too large to modify. I was able to hide it by adjusting sizes and other tweaks, but that’s not really the approach you’d expect.
Also, I don’t see the delete button for uploaded files. This might be because I removed the pre-installed icon library from the project. Unlike other components, it’s not possible to choose a new icon for this action.
We’re really looking forward to having more customization options for the “File Uploader” component!
It would be great to have the option to make the uploader just an uploader with a background image, not only with text. That way, we could create something like this:
Curious how the component updates are going. Also wanted to throw in the mix a feature to enable the capture environment option for android. I’m finding it’s not providing option to take a picture on android by default but is ok on ios.
If someone knows a workaround happy to have the help. I’m guessing the next step would be to fork and customize but i’ll avoid that if possible