react-file-base64
react-file-base64 copied to clipboard
React Component for Converting File to base64
One can now add a prop to the component and disable the upload if necessary.
When the user uses Firefox on the mobile device and tries to upload an image is not uploading. Is this specific to the mobile browsers as it's working fine on...
While uploading photo on iPad, the orientation of the photo is changing from landscape to portrait. Do we have any solutions on this
After Tapping on Choose Files, we get 3 options: 1. Take Photo 2. Photo Library 3. Browse The 1st & 3rd are working well, but the photo library is opening...
There were no className props in component so I passed it and also pass spread props `{...this.props}` and did some code refactoring such as. - Remove constructor as It has...
Hi, We using this library for our project. While testing we have encounter bug in chrome version : Version 64.0.3282.186 (Official Build) (64-bit). It unable to upload file if its...
I can use this `react-file-base64` with react native ?
Hi ! First of all, thanks for the great effort put into this project which is very usefull. Is this repo still maintained ? Because there is 3 nice PR...
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...