function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jakub MužíkJakub Mužík 

FileReader

Hello I am trying to wrap multiple files which I've uploaded through Lightning:input component. With help of FileReader I am building an array of rendered bodies of those files. Here is the code, which is working fineUser-added image
When i log the whole array - "rendered", I can see that there are expected values, however, when I try to get that specific value - "render[0]", I am getting an undefined.

User-added image

Does anyone know where could be the problem? 
Thanks in advance.