There is modal dialog with two options to upload a file
1)Select file
2)Drag and Drop file
Above two options are within a table of modal dialog.
Can anyone suggest what will be suitable way to handle this modal dialog???
I tried to cancel this dialog using DismissAlert - but it did’nt work as well.
Note: Structure
Frame>>Attachment link>>modal dialog>>click on “Select File” option(within table) >>Window opens to select a file for upload.
Firstly, when you say “modal dialog”, is this an HTML element launched by showModal(), or is it something you’re calling a modal dialog that is in fact something else?