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

Send multiple images, one at a time

Open otaviogaiao opened this issue 7 years ago • 5 comments

Hi! Thanks for the amazing lib! I have a question that I hope you guys can help me with. In my app I have many files that I need to send, I'm going to send them one at a time, when one finishes, the other must start right away. Is there any way to do that?

Oh, and what features of my app I have access through the callbacks? When an upload succeeded or fails, I should be able to update my Redux store and my database. Is that possible? I'm still new to Mobile development, So I'm not sure what I can do when the device is in background.

Also, in the event I just want to send some data, with no file, is that possible with this lib? Or should I use another one?

Thanks!

otaviogaiao avatar Jun 28 '18 09:06 otaviogaiao

You can do it, so you can upload with loop, i tried it, i take an error if i use customUploadId, but when i don't use customUploadId, it ran.

sametcilli avatar Jul 03 '18 06:07 sametcilli

Nice! I will try it! Thank man

otaviogaiao avatar Jul 03 '18 09:07 otaviogaiao

Did you guys succeed to upload multiple images in the background with IOS device?

yli18 avatar Aug 21 '18 13:08 yli18

Hello friends, These is my very first contribution while using these package i had same problem and also had problem with notification which was not showing cancel action so i have added these two features (android only). Please follow the link below: https://github.com/devdeepakrathod/react-native-background-upload

clufter avatar Jun 25 '19 08:06 clufter

Hello friends, These is my very first contribution while using these package i had same problem and also had problem with notification which was not showing cancel action so i have added these two features (android only). Please follow the link below: https://github.com/devdeepakrathod/react-native-background-upload

On iOS is crashing from the very beginning. I didn't get to test on Android.

cretumarius avatar Dec 10 '20 21:12 cretumarius