react-native-uploader icon indicating copy to clipboard operation
react-native-uploader copied to clipboard

Chunked upload support

Open mschipperheyn opened this issue 9 years ago • 3 comments

Does react-native-uploaders support chunked uploads?

(Examining the code makes me think not.)

mschipperheyn avatar Oct 24 '16 17:10 mschipperheyn

I use the Cloudinary cdn and I would like to chunk my video uploads to them.

milesmeow avatar Nov 15 '18 23:11 milesmeow

I have been searching all over for examples of chunked uploads for react native using cloudinary. @milesmeow I read your reply above and was wondering if you figured out a way to accomplish this. I am currently using RNFetchBlob to read in stream but I am getting an error stating that the chunk size doesn't match the upload size. If you could give me any advice with how to accomplish this I would greatly appreciate it. Thanks in advance.

vicA340 avatar Mar 19 '19 05:03 vicA340

Same here !

I have been searching all over for examples of chunked uploads for react native using cloudinary. @milesmeow I read your reply above and was wondering if you figured out a way to accomplish this. I am currently using RNFetchBlob to read in stream but I am getting an error stating that the chunk size doesn't match the upload size. If you could give me any advice with how to accomplish this I would greatly appreciate it. Thanks in advance.

lynrose10 avatar Sep 13 '19 06:09 lynrose10