Sets downloading instructions for Internet Explorer 8.
var u = $au.uploader({ //...other params... }); var ip = $au.installationProgress(u); ip.IE8ProgressHtml("<p>Please wait until the control is loaded.</p>"); //...other params... u.writeHtml();
Type: String
The downloading instructions for Internet Explorer 8.
Default value is "<p>Please wait until the control is loaded.</p>".