androidjs icon indicating copy to clipboard operation
androidjs copied to clipboard

showOpenDialog API

Open onimac92 opened this issue 5 years ago • 6 comments

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">.

onimac92 avatar Mar 29 '20 00:03 onimac92

We are already working on it, you'll get it very soon

Feel free to ask in case of any problem ; )

Chhekur avatar Mar 29 '20 15:03 Chhekur

Hey, we have created a slack channel for support & discussion: join here

Chhekur avatar May 01 '20 19:05 Chhekur

Hello +1 Is this feature done? If yes, where can we see tutorial?

Daniil-Sokolov avatar Jul 08 '20 10:07 Daniil-Sokolov

In my case <input type="file"> from bootstrap5 isn't working

realrecordzLab avatar May 12 '21 14:05 realrecordzLab

Issue #288 is related. (still looking for a solution)

zoernert avatar Jul 06 '23 15:07 zoernert

Waiting for a solution :(

kinocalde avatar Mar 23 '24 22:03 kinocalde