You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Preferred solution
Like iOS if is possible to store che picked file to local cache folder of the app.
Alternative options
Find a plugin able to copy from content to local folder.
Thanks a lot.
Enjoy your vacation.
*--------------------------*
dr. *Massimo Liani*
Goooled s.r.l.
Via Torricelli, 26
33080 - Porcia - PN
tel:3884484284
Il giorno mer 17 lug 2024 alle ore 11:20 Robin Genz <
***@***.***> ha scritto:
Plugin(s)
Current problem
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?
Preferred solution
Like iOS if is possible to store che picked file to local cache folder of the app.
Alternative options
Find a plugin able to copy from content to local folder.
Additional context
Related to ionic-team/capacitor-plugins#2087
Before submitting
The text was updated successfully, but these errors were encountered: