'File upload Capacitor Js
I am using Capacitor Js & React Js so I can export the app to android, iOS and web without having separate code bases. The problem that I am facing is with uploading a video, I have no idea on how to keep the video upload running once the user exits the application the problem should be solved for android and iOS. If someone has an idea on how to do it please let me know. Thanks in advance
Solution 1:[1]
You need a Capacitor or Cordova plugin to implement this functionality.
You could try the following plugin: https://ionicframework.com/docs/native/background-upload
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RGe |
