When submitting a form with a file upload field using document.forms[0].submit()
for 9, we get an error: SCRIPT5: Access is denied
If I click a few more times, it works great.
As work around, I caught a mistake and will try a few more times, which seems to work fine.
Is there any explanation for this? This code has worked on all other popular browsers for a long time.
The code also works fine in IE9 if the browser is set to IE9 compatibility mode, but thatβs not what we have in common.
I saw XMLHTTP
links that are the problem, and we make an XMLHTTP
call, but this happens before the button to submit is clicked.
Tom hubbard
source share