Page 1 of 1

Filter Issue while Using File Dialog

PostPosted: Thu Mar 29, 2018 7:30 am
by ayadav1
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.

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


I am facing this issue in web.

Thanks,
Abhishek

Re: Filter Issue while Using File Dialog

PostPosted: Thu Mar 29, 2018 8:21 am
by Gabi Boros
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

Re: Filter Issue while Using File Dialog

PostPosted: Fri Mar 30, 2018 11:24 am
by ayadav1
Gabi Boros, thanks for a quick response.