-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cordova iOS 13 pick up video empty file content #541
Comments
Same here, did you find a solution? |
Not for the moment unfortunately. I try to find a solution |
Ok thanks for the answer, my bug is a bit different so I opened a new issue here: |
Is this reproducible in a new, plain Cordova app? A minimal reproduction repository would really help to debug and later fix this issue. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md |
closing since there was no response |
Bug Report
Hello everyone,
I'm in trouble since few days now. I know that many responses were written about a similar issue but I think that mine is different.
I'm using Cordova to create an application and I need to upload photos and videos.
The upload is ok and make with the help of Ajax.
Before to upload i create a formData and append all of my files(this part is ok to)
This is good on android and iOS behind 13
For iOS 13 it's another deal
When the user pick up photo the file (on JS side) is generated with success. When i try to pick up video there is an error, the file is completely empty and is length is at 0.
I tried to see the file content with JSON stringily and the result for the video is this : {}
I don't know why I can read photo but not video :/
I really need help.
Thanks in advance !
The text was updated successfully, but these errors were encountered: