Save a downloaded (or captured) video to the Camera Roll

Is there a way to save a downloaded video (or captured video) to the camera roll?

I’m able to make pictures work fine but media.save() doesn’t seem to work with video files.

What I’m currently trying is using network.download() to download the video to system.TemporaryDirectory then media.save( event.response.filename, system.TemporaryDirectory ).

I’m not aware of any way to do this with Corona SDK, but if it can be done, you would need to use Enterprise to do it.

Rob

I’m not aware of any way to do this with Corona SDK, but if it can be done, you would need to use Enterprise to do it.

Rob