How to save net images in gallery?

How to download image from website to gallery?
For example, I want to download http://images.csdn.net/20150305/bannertopostc.jpg this image in IOS gallery?

use cordova file and filetransfer plugin:
http://docs.phonegap.com/en/edge/cordova_file_file.md.html#FileTransfer

There you get the possibility to download files and store them in a target directory.
I think on ios you see all downloaded images in the gallery.
Here is a good step by step guide in the second post.

1 Like