react-file-base64
react-file-base64 copied to clipboard
Customizability of upload button
Problem: Currently, the Choose File
button is not customizable. Styles can be changed by drilling into the input using CSS, however the text is not changeable.
Possible workaround: Add an ID to the button to allow a label to be attached to the button, which can be customized and styled freely.
UPDATE: I've created a pull request to add this feature, at #30. Please check and merge, thank you!