Send multiple images, one at a time
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!
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.
Nice! I will try it! Thank man
Did you guys succeed to upload multiple images in the background with IOS device?
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
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.