Set downloading instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.
var u = $au.uploader({ //...other params... }); var ip = $au.installationProgress(u); ip.beforeIE6XPSP2ProgressHtml("<p>To install Aurigma Upload Suite, please wait until the control is loaded and click " + "the <strong>Yes</strong> button when you see the installation dialog.</p>"); //...other params... u.writeHtml();
Type: String
The downloading instructions for Internet Explorer 6 running on version of Windows earlier than Windows XP Service Pack 2.
Default value is "<p>To install Aurigma Upload Suite, please wait until the control is loaded and click the <strong>Yes</strong> button when you see the installation dialog.</p>".