I have a form with input type="file" and another input type="submit".
I hide the submit input until they click on the browse input.
But is there an event that is fired when they select a file?
If there is, then I can ‘click’ on the submit input for them.
Yes the
changeevent, just like with every other<input>Read this and this thread, becuase Mozilla and IE has problems with it…
the W3 spec: