Hi
Within our App users can capture a video. We can use media.captureVideo for this purpose, but we want to then store the video for the end user on our cloud servers.
The media.captureVideo returns an event.url which points to the file. However, I cannot see anyway of uploading this file.
I had a look at this post: https://forums.coronalabs.com/topic/71226-how-can-i-upload-a-video/ but this again misses a step.
I tried to use the IO functionality to copy the file URL to a system directory, but that does not seem to work.
Do you know if this is possible? We can obviously access the video locally, but we cannot copy and upload it at present. Any help you can provide would be really helpful.
Matt