Skip to main content

MultiFilePicker

Like the file picker, but several paths can be chosen: Space toggles the highlighted entry and selections accumulate as you browse between directories, Enter accepts them all. It collects the list of chosen paths.

$p->multiFilePicker('assets', 'Asset files')->start(getcwd())->extensions(['png', 'svg']);
ANSINo ANSI
UnicodeMulti file picker: Unicode + ANSIMulti file picker: Unicode + No ANSI
ASCIIMulti file picker: ASCII + ANSIMulti file picker: ASCII + No ANSI