I'm working on an app uploading videos to the cloud and like whatsapp we would like to store locally the picked medias by the user to be able to restore anytime a broken upload.
Right now on iOS the picked files is inside a local app folder (the cache) I move to documents folder and is fine and fast.
On android the content:/.... path can't be copied to local folder and reading it in chunk of base64 and store is too slow.
As we need to process with video compressor that accept only device path I can't use an URL of the blob.
Could be possible to have the same feature of iOS on android, when user pick media the media is put. on a local cache folder?
Like iOS if is possible to store che picked file to local cache folder of the app.
Find a plugin able to copy from content to local folder.
Related to ionic-team/capacitor-plugins#2087
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too