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