how can i style the file uploader?

  • elli4931-1302629948623949824

    Vizualinx

    4 months ago

    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-1302636233427779664

    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-1302637023252713522

    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
    1302637230292205758-image.png
  • your custom button:
    1302637321761591349-image.png
  • needtheanswers-1302639183902281739

    needtheanswers

    4 months ago

    and with hide I mean display none, if you use show/hide it won´t work
  • elli4931-1302639619640262668

    Vizualinx

    4 months ago

    Thank you so much @needtheanswers . it worked!!
  • needtheanswers-1302639799366324275

    needtheanswers

    4 months ago

    You are welcome, happy to hear that 🙂
    ❤️1
  • lucasg-1302658230702313493

    Lucas G

    4 months ago

    @needtheanswers @Vizualinx just a heads up on this, the proper way to hide it is with something like:

    opacity: 0
    position: absolute
    z-index: -1
    👍2
  • lucasg-1302658549842841723

    Lucas G

    4 months ago

    Primary reason being accessibility
  • Also if you use the input in a form and you use display: none or visibility: hidden it will not submit properly
  • needtheanswers-1302659293673422868

    needtheanswers

    4 months ago

    Thanks for the correction 👍
    👍1

Stop scrolling. Start building.

toddle is a visual web app builder that rivals custom code — but accessible to your entire team!

Try toddle — it's free!

© Copyright 2024 toddle. All rights reserved.