Filter string in ClientFileSystem

0
0

Hi Wisej,

when using Wisej.Ext.ClientFileSystem.ClientFileSystem.ShowOpenFilePickerAsync(False, False, ?)

How to use Filter string in ClientFileSystem for .png and gif files?
Thank you, Wisej.

  • You must to post comments
0
0

Hi Huỳnh,

The correct syntax for the filter property would be “description|mime|extension(s)|description|mime|extension(s)…”

For PNG and GIF files this would be “PNG|image/png|.png|GIF|image/gif|.gif”

If you need more info about MimeTypes and their respective extensions, you can head over to Mozilla’s Documentation!

HTH,
Alaa

//

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.