expo-image-picker-multiple
expo-image-picker-multiple copied to clipboard
Image file contents
How can we get the actual bytes of the images selected so I can upload them to the server? I'd like to get the raw bytes or a base64 version of the file.
Hi there, if you would like to access the Base64 version of an image, I would suggest you take a look at this StackOverflow question:
https://stackoverflow.com/questions/34908009/react-native-convert-image-url-to-base64-string
Please let me know if this answered your question correctly.