Filter Issue while Using File Dialog

Hi Everyone,

I am facing one issue in Servoy 8.2.2 and that filter issue while using file upload dialog box.

I have implemented the functionality to upload PDF file via file upload dialog box. When I click to choose button to select PDF file then in file select popup only PDF file should be shown.
But filter is not working there.
Below is the code snippet.

plugins.file.showFileOpenDialog(1,null,false,new Array("PDF", "pdf"),uploadCallback);

I am facing this issue in web.

Thanks,
Abhishek

hi,
this a known issue, we already have a case for this (https://support.servoy.com/browse/SVY-11695) that was fixed for the upcoming Servoy 8.3 release

Gabi Boros, thanks for a quick response.