androidjs
androidjs copied to clipboard
showOpenDialog API
How can I open a file selection window as electron with showOpenDialog, that is, a dialog window appears that gives the user the opportunity to select a file.
With electron, I used showOpenDialog and then received the path of the selected file and with fs I loaded it.
Is there an API or an alternative to upload a local file?
If possible, other than <input type="file">.
We are already working on it, you'll get it very soon
Feel free to ask in case of any problem ; )
Hey, we have created a slack channel for support & discussion: join here
Hello +1 Is this feature done? If yes, where can we see tutorial?
In my case <input type="file"> from bootstrap5 isn't working
Issue #288 is related. (still looking for a solution)
Waiting for a solution :(