views:

173

answers:

1

1) How to initialize a download of contents, say a document or XML, to iPhone?

2) Where will the downloaded files be stored?

3) Any restrictions on file download? Any forbidden files?

+2  A: 

Take a look at ASIHttpRequest. Works prefect for downloading files. http://allseeing-i.com/ASIHTTPRequest/

Regards, Paul

Paul Peelen
This library is useful, but it mentions it supports only up to iPhone 2.1 API... I am developing iPhone Apps at version 3.1.2
Shivan Raptor
Paul Peelen