How to upload file with redux-form?

I can't get correct value into the store when trying to upload a file. Instead of file content, I get something like { 0: {} }. Here's the code: const renderInput = field => ( <div> ...