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 Cameron,
I’m not getting any issues in developer tools , while uploading files using REST API code POPUP is coming for some files but if we upload more than one large file or one small file then POPUP is not getting.If any help that would be appreciated.
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,