0

Invoking a click event on file input element to show browser dialog, results in access is denied message in IE, when submitting the form. Is there no way to achieve file uploads by invoking click event on input file manually, in IE, using pure javascript?

3
  • So is the issue submitting a form when the change event fires, or the fact that triggering a click on the upload button doesn't work ? Commented Jan 31, 2014 at 20:42
  • I can submit the form on change event, when I click on the browse button manually. But when I use .click() function, to invoke the browser dialog by clicking on some different button, I'm shown access denied message when the form is about to submit. Commented Jan 31, 2014 at 20:46
  • possible duplicate of ie javascript form submit with file input Commented Jan 31, 2014 at 20:51

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.