Hi,
What classes do i need to use for download movie and save it to the sandbox? Do i need to save it to the Documents library? Do i need to use initWithContentOfUrl?
What tools do i need to this task?
tnx.
Hi,
What classes do i need to use for download movie and save it to the sandbox? Do i need to save it to the Documents library? Do i need to use initWithContentOfUrl?
What tools do i need to this task?
tnx.
Consider using the ASIHTTPRequest
framework to quickly download data (search for the text "saving response into a file").
You need to specify the Documents folder of your application. Apple's documentation has a code snippet to show you how.