A File is a data object containing all available information about an uploaded file. If you require more granular information about the file that was uploaded, you can drill into the JSON using a JSON Manipulator plugin ( ) to get the information you need.
State Definition
The 'Array of Files' exposed state is an array of Files for the files currently populating the uploader. Whenever the files in the uploader change, the value of this state will update accordingly.