Saving images / videos in applications local documents after capture

I am creating an app that you can upload images and videos. Once I return the image data from image or video capture, how can i save the media to my apps documents folder?

I suggest that you take a look at ngCordova http://ngcordova.com/docs/#File . ngCordova File it is a plugin to get access to the device’s files and directories.

mdemetriou I have looked into ngCordovas File plugin just not sure how to implement properly.

I created a simple tutorial on how to store/access images after caputing, you might check it out!

General, you need to copy the image data returned from the camera capture to your app folder using the correct local URLs.

2 Likes