I have managed to use the control fine on firefox. But on IE7 / IE8, as soon as the upload completes after I click upload files button, I get a javascript error "object doesn't support this property or method". I suspect it throws after uploaded event is fired from action script. I am unable to recombile .swf as I dont have all the tools.
I have managed to recompile the code. Here is the line which is throwing error:
navigateToURL(new URLRequest("javascript:" + completeFunction), "_self"); in main.as file. I have commented it out now but need to know how to fix that to redirect the page after uploading.
Javascript error on IE
Hi,
I have managed to use the control fine on firefox. But on IE7 / IE8, as soon as the upload completes after I click upload files button, I get a javascript error "object doesn't support this property or method". I suspect it throws after uploaded event is fired from action script. I am unable to recombile .swf as I dont have all the tools.
Regards,
Waqar Zafar
I have managed to recompile the code. Here is the line which is throwing error:
navigateToURL(new URLRequest("javascript:" + completeFunction), "_self"); in main.as file. I have commented it out now but need to know how to fix that to redirect the page after uploading.
is working on a reply...