I have the following code, catching the FileDialogStartEvent and checking if it should be displayed or not under isServerBusy() condition.
However, i can't manage to avoid the File Upload to display:
when serverBusy()= true , the File Upload Dialog is still displayed , even when it is returning false .
What Am I missing here?
(Firefox 74.0 (64-bit) , Ubuntu 16)
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the following code, catching the FileDialogStartEvent and checking if it should be displayed or not under isServerBusy() condition.
However, i can't manage to avoid the File Upload to display:
when serverBusy()= true , the File Upload Dialog is still displayed , even when it is returning false .
What Am I missing here?
(Firefox 74.0 (64-bit) , Ubuntu 16)
Thanks