Hi,
on my page I used multi file selection but its not working anymore in IE8/9. When i clicked on browse button it gives me error in console (F12)Automation server can't create object.
When I debugged its stopped me @
var myFSO = new ActiveXObject("Scripting.FileSystemObject");
var filepath = document.upload.file.value;
Need help ASAP.
Thanks.