When you use input type="file" in Batman, the change event is observed and node.files is used to obtain the file when it changes.
In browsers that do not support the FileReader API node.files will be undefined.
When you use input type="file" in Batman, the change event is observed and node.files is used to obtain the file when it changes.
In browsers that do not support the FileReader API node.files will be undefined.