Downloading the App images in iPhone Application settings - iphone

In my App i download the images and save it in the App. I want that downloading option in iPhone Application settings using Settings.bundle. I dont know if it is possible and would like to get help from others.
Thanks in Advance

Related

Is it possible for a web based app to retrive images from an iphone?

I'm creating a website which I would like to be supported on the iphone as well. The site allows users to upload images and manipulate them. On a desktop the user will simply click the upload button to select the file from their computer and upload it to the site. But this will fail on an iphone.
Is there any way for a pure web app which is using php/mysql/js and runs inside the browser to get images from a user's camera roll? Does Apple offer any APIs to make this possible?
No, it's not possible currently - but apparently iOS 6 is going to support image and video uploads from MobileSafari.
(Apart from that, you can ask your users if their device is jailbroken and id so, suggest them downloading Safari Upload Enabler from Cydia).

Saving images from web

I am new to IOS development. I am developing an app in which i am viewing some images in my app that are stored on a server. The thing is that, i want an image from the server to store in my photo gallery. anyone know the procedure?
Thanks for every help;
You will have implement web services to access images from server, so that it can be downloaded to your iPhone App.
Look up the documentation for the UIImageWriteToSavedPhotosAlbum function. It will save a UIImage to the camera roll.

Best option for online photo gallery used by iPhone app

I am going to make an iPhone and Android application.
The application requires a couple of photos uploaded.
Could you please suggest me that are there any services in which I can upload photographs and can get their URL and photographs from webservice or xml in iPhone?
Thanks,
I don't know what you're trying to do, but I think flickr, facebook, etc. have this kind of functionality.

download video and store it in iphone local folder

I want to download video on internet & store it in iphone local folder.
Please any suggestion or link information or tutorial give me.
Thanks.
If it is a jailbroken iPhone then mxtube is pretty good app for that.

How to upload a file to iphone app from a computer?

In some of the apps, I have seen its possible to upload files to the library of a certain application. They ask to type "http://192.xxx.xxx.xxx" and then to upload files to that location which inturn becomes available for download in iphone when we use the same URL.
Do anyone have an idea how to do it OR where to look for to gain info about this?
create a HTTP server app on iPhone, so the upload file also can be implemented in the app