flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
9.59k stars 372 forks source link

need multiple allowed extensions when pick files #3237

Closed BrentHuang closed 3 weeks ago

BrentHuang commented 3 weeks ago

Please Describe The Problem To Be Solved need multiple allowed extensions: image

now only one allowed extensions: image

ndonkoHenri commented 3 weeks ago
BrentHuang commented 3 weeks ago

can you show me the code, please? I read the documentation in detail and I know the two parameters you mentioned. I need more than one allowed extensions in the list above(For example, in the first picture, there are four). of couse, every allowed extensions has more than one file extension.

ndonkoHenri commented 3 weeks ago

When calling pick_files():