expo-image-picker-multiple icon indicating copy to clipboard operation
expo-image-picker-multiple copied to clipboard

Image file contents

Open simon-o-matic opened this issue 4 years ago • 1 comments

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.

simon-o-matic avatar Nov 27 '20 12:11 simon-o-matic

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.

lk11601 avatar Apr 17 '21 00:04 lk11601