Hi sir,
I am using the fileuloader which was downloaded from your article,Its working fine in chrome but not working in firefox throwing IO error.What will be the cause of the problem.
$("#<%=FileUpload1.ClientID%>").fileUpload({
'uploader': 'scripts/uploader.swf',
'cancelImg': 'images/cancel.png',
'buttonText': 'Browse Files',
'script': 'Addsalesorder.aspx',
'scriptData': { 'idd': document.getElementById("ContentPlaceHolder1_TextBox3").value },
'folder': 'uploads',
'fileDesc': 'All Files',
'fileExt': '*.jpg;*.jpeg;*.gif;*.png,*.pdf,*.txt,*.pdf,*.doc,*.docx',
'multi': true,
'auto': false,
'onAllComplete': function () {
});