Hi team,
I’ve tried all the way on this functionality ,I’m getting modal pop-up on chrome but not in IE11 while uploading documents to library using REST API.
Note:Some times I’m able to displaying the popp-up and some times it’s getting broken.
Please assist me in this issue.
SP.SOD.executeFunc(‘sp.ui.dialog.js’, ‘SP.UI.ModalDialog.showWaitScreenWithNoClose’, function () {
mycode here..;
});
Thanks,
Reddy M.
Hi,
I assume this popup is driven by a click event? Can you show us the HTML and any corresponding JS code that goes with it?
Also, do you see any errors in your Developer Toools (F12)
Thanks,