react-file-reader
react-file-reader copied to clipboard
Added onStart to allow a loading graphic to hook into the file handling process.
This is for issue #17. I also needed a loading visual for file processing. I believe this is best delegated to an external component and with the new onStart and existing handleFiles hooks this can be accomplished.