neutral-face-emoji-tools icon indicating copy to clipboard operation
neutral-face-emoji-tools copied to clipboard

can only select one file at a time in file dialog

Open jeisner opened this issue 4 years ago • 3 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?

jeisner avatar Sep 06 '20 23:09 jeisner

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

particledecay avatar Oct 27 '22 02:10 particledecay

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.

shuuji3 avatar Nov 30 '22 09:11 shuuji3

This issue still exists. I fixed it here though: https://github.com/Fauntleroy/neutral-face-emoji-tools/pull/40 please accept the PR

spencer-shadley avatar Jan 21 '23 20:01 spencer-shadley