my question is simple and might be linked to earlier (2012) question about alternatives of FileReader functionality, and I am in a need of an updated information as of current time - year 2015.
The following link specifies the versions of browsers in which FileReader is currently not supported: IE<10, Opera Mini, Firefox <25, Chrome <31 and etc: http://caniuse.com/#feat=filereader
So, the question is whether or not there is a way to make it work always? If there isn't - what are the alternatives to use for the maximum coverage of browsers and versions? Maybe there is a pure JS version of code that will always work, support multiple files and etc? Or do we still have to use Flash?
EDIT:
Despite the marking as duplicate I don't think that my question is really that way. I still want answers and the person who marked the question as duplicate was not able to provide an up-to-date answer instead of a 3 year old question that I already linked to my question before his marking as duplicate.