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

Cordova iOS 13 pick up video empty file content #541

Closed
zerefsoldier opened this issue Dec 30, 2019 · 5 comments
Closed

Cordova iOS 13 pick up video empty file content #541

zerefsoldier opened this issue Dec 30, 2019 · 5 comments

Comments

@zerefsoldier
Copy link

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 !

@NeckbreakerPascal
Copy link

Same here, did you find a solution?

@zerefsoldier
Copy link
Author

Same here, did you find a solution?

Not for the moment unfortunately. I try to find a solution

@NeckbreakerPascal
Copy link

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:
#546

@timbru31
Copy link
Member

timbru31 commented Apr 9, 2020

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

@jcesarmobile
Copy link
Member

closing since there was no response
it's might be fixed by #580, if not, create a new issue and provide all the data requested by the template

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

4 participants