i would love to to like design my own button and have an action on it that would open the file manager app. how can i do something like that?
needtheanswers
4 months ago
You can use the html attributes for this. You would give the actual file uploader an id of „example“ and the custom button the attribute „for“ „example“ . Last you can hide the actual file uploader because when you click on your custom button it triggers the file uploader
needtheanswers
4 months ago
oh but I forgot to mention, the custom button needs to be a label (tag label) for this to work
file uploader
your custom button:
needtheanswers
4 months ago
and with hide I mean display none, if you use show/hide it won´t work