Fauntleroy / neutral-face-emoji-tools

Utilities that make life as a Slack emoji addict a little easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can only select one file at a time in file dialog

jeisner opened this issue · comments

Hard to upload 1000+ emoji when I have to drag them individually.

I'm using Chrome on Linux (with a MATE desktop). Sometimes file dialogs allow multiple selection using Shift-click and Ctrl-click, but this one doesn't. Am I doing something wrong? Would I be able to select multiple files if I used another browser or OS?

I'm having the same issue, Fedora 36 on Gnome (Xorg). I can only select one file at a time.

You're not wrong. This is because <input type="file"> tag has no multiple attribute. Without it, we can default select only one file in the file selector dialog. The multiple allows us to select multiple files. I'll send a PR to fix this issue.

This issue still exists. I fixed it here though: #40 please accept the PR