I am unable to Integrate Windows Explorer into a Dynamics CRM 2013 Form Iframe in Chrome and FireFox. It's working fine in IE.
I am using the below code to do this
setTimeout(function(){ Xrm.Page.getControl('IFRAME_Data').setSrc("\\\\<IP Address Server>\\c$");},3000);
In Chrome message is "Not allowed to load local resource:
file://<IP Address server>/c$ ". and nothing is displayed in the Iframe.
In Firefox its like
Can Somebody Please help me out.