2
ImagePicker.launchImageLibrary(options, (response) => {
  createChunks(response);
});

I got file uri,path from imagepicker, i want to divide the file into chunks and upload as form data,How to divide the media file(mp4,etc) into chunks in react-native.

JustCode
  • 463
  • 2
  • 11
Ajith
  • 775
  • 1
  • 13
  • 47
  • 1
    I think this is a duplicate of https://stackoverflow.com/questions/32898082/splitting-a-file-into-chunks-with-javascript – J. Doe Nov 25 '20 at 12:38
  • Hi did you get the answer to your question? I am also stuck here.. – Manjot Singh Dhiman Jul 29 '21 at 12:27
  • I tweaked this library to implement this feature.I don't remember the exact steps https://github.com/hossein-zare/react-native-chunk-upload – Ajith Jul 29 '21 at 14:37

0 Answers0