Error with uploading files with FileInput #2677
Unanswered
samuelBereznak
asked this question in
Q&A
Replies: 1 comment
-
@samuelBereznak have you worked this out? If not, please share what you've tried so far to fix it and how you've implemented the component in your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting an error when I try to use the FileInput component.
react-dom.development.js:12056 Uncaught DOMException: Failed to execute 'readAsDataURL' on 'FileReader': The object is already busy reading Blobs.
I only of one instance of FileInput yet this error points to multiple uses, being used at one time. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions