Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading videos ios 13 > URL problem #59

Open
belhadjhaythem opened this issue Jan 24, 2023 · 1 comment
Open

Uploading videos ios 13 > URL problem #59

belhadjhaythem opened this issue Jan 24, 2023 · 1 comment

Comments

@belhadjhaythem
Copy link

Using this plugin, i found the same issue on the main cordova-plugin-camera (which is normally the base of this plugin).

Using this config :
var options = { destinationType: 1, sourceType : 0, mediaType: 1 };

Url expected like:
file:///var/mobile/Containers/Data/Application/98D7C3AE-A24F-46CE-A3B4-CF03B26355BE/tmp/video.mp4

URL got like :
file:///private/var/mobile/Containers/Data/PluginKitPlugin/43792FA5-A8F8-4ECA-8CCE-0C5877088858/tmp/trim.7F9B8FC4-3307-4452-9F96-46A5D9A9DDD5.MOV

@michaeloki
Copy link

Did you change the directory method you used to fetch the file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants