Reading files in JavaScript using the File APIs
- File - an individual file; provides readonly information such as name, file size, mimetype, and a reference to the file handle.
- FileList - an array-like sequence of File objects. (Think or dragging a directory of files from the desktop).