Studyxnet / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
74 stars 52 forks source link

How to set a file filter #15

Open shahramSo opened 7 years ago

shahramSo commented 7 years ago

At this moment, Filefilter of FilePicker is set to AllFiles. I think, it would be better if filePicker has a possibility to set the file filter.

jfversluis commented 7 years ago

Very true! Noticed this myself as well. I will try to look at it when I find the time.

tuandunguit commented 7 years ago

Yes, I really need it. Waiting for you. Or can you please share some ideas to make it works, I can fix it by myself.

jfversluis commented 7 years ago

@tuandunguit it is not that hard.

Here you see the file/* as a filter which allows anything. Add some kind of filtering here and that should be it ;)

FaigJafarguliyev commented 3 years ago

@jfversluis What about filtering word document? Any idea?