react-native-background-upload icon indicating copy to clipboard operation
react-native-background-upload copied to clipboard

How I can get each chunk of image or any file

Open FauricioValencia opened this issue 5 years ago • 1 comments

I tried to get a chunks each image, because before to upload each part of image to API I need to convert to base64 and hash MD5 each part.

FauricioValencia avatar Aug 20 '20 10:08 FauricioValencia

have you tried this library? https://github.com/itinance/react-native-fs

reime005 avatar Aug 22 '20 09:08 reime005