I had another question similar to this one, but I felt like this could deserve its own thread.
The title sums up the question. I have a file saved locally and I would like to find a way to dynamically add it to the File Input component.
The details of the file that I have in the app include:
- the base64Binary of the file
- the name of the file
- the type of the file
This is a screenshot of the component.
If this is possible for the File Dropzone component or the File Button component I believe that would also work, but ideally, I would like to use the File Input component.