How to create a file input button?

Hello! How would I go about creating a file input button. The types that a button give me does not include the type “file”.

Right now the types we support out of the box are text, password, and hidden…

You could try creating a simple code component that wraps an <input type="file"> for your purpose
https://docs.plasmic.app/learn/code-components#gatsby-focus-wrapper