Are there any JavaScript events in type=file input? I.E. I would like to add an extra file input upon selecting file in one of allready created:
type=file
file input
I think you mean type=file ?
The only meaningful way is use both onclick and onchanged and keep track of the contents to see if it is changed.