tags:

views:

60

answers:

3

Hi

I am developing iPhone application, and I want to store image which is loaded from url into application document folder, but i don't know how to do this.

any suggestion?

Thanks!!!

+1  A: 

Have a look at Apple's URLCache sample.

Vladimir
+1  A: 

Thanks for your help!

But I want to save the image which is downloaded from an URL as a file into application permanently. And it can be used without downloading one more time.

How can this be achieved?

Thanks in advance for helping me.

Jo