小编Dri*_*ngo的帖子

How to select file OR folder in file dialog

How would someone open up a file dialog in Node.js / electron to be able to select either a folder or a file.

When I use

<input type="file"/> 
Run Code Online (Sandbox Code Playgroud)

it will open up the file dialog but won't allow me to select a folder. But when I try

<input type="file" webkitdirectory/> 
Run Code Online (Sandbox Code Playgroud)

it will open up the dialog, but won't allow for folder selection.

What I want to do is just have one input button, or doesn't really have to be a …

javascript file node.js electron

4
推荐指数
1
解决办法
8622
查看次数

标签 统计

electron ×1

file ×1

javascript ×1

node.js ×1