-
Notifications
You must be signed in to change notification settings - Fork 222
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
file://sdcard/hello.mp4 Unable to upload server #157
Comments
Are you sure you've grabbed the |
Please give update for this, as i am getting the same path from stop recorder and my api gives network error for this every time, but in ios file gets uploaded. |
@Atuldhaka I've just tested out and it is giving me different path. Have you tried our |
hi @hyochan Could not retrieve file from content Uri file://sdcard/hello.mp4 java.io.FileNotFoundException: /audio.mp4 (No such file or directory) But I checked in my emulator the same file is creating under the same folder I am getting below URI, check logs below: Please help me to resolve this. |
@Rishabh02 Have you tried our example project? |
i just fixed the bug, I am not givinng any path in android now so it is saving to it's default location and working fine then const path = Platform.select({ |
I am not quite clear about what you've written above. So you don't have any issue with it? |
It works when we pass three slash(///) after the file:
…On Fri, Apr 17, 2020, 12:07 Hyo Chan Jang ***@***.***> wrote:
I am quite clear about what you've written above. So you don't have any
issue with it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALSXSCOXVFJ6MSZOB5LQOPLRM72L3ANCNFSM4J3YIWOQ>
.
|
Oh! I understand the problem now~! Thanks. I've released to |
* Upgrade example project to recent RN * Resolve #157 once again * Release 2.5.1
Please help me fix this issue, after I record audio, then I upload it to server, the upload process is fine but when I get the url of it, it's just an empty source. My code to upload is
|
I need to upload to the server
The text was updated successfully, but these errors were encountered: