Chunked upload support
Does react-native-uploaders support chunked uploads?
(Examining the code makes me think not.)
I use the Cloudinary cdn and I would like to chunk my video uploads to them.
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.
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.