I am new to iphone development. I am developing one iphone application in which i am downloading files from server using php web service. So i am getting response as encoded bytes and i am decoding response and store it as a file in iphone.
It works good for small size files upto 2 MB. But for files more than that it takes a long time to download and decode.
Please any one tell me how to do it for large files..
Is there any quicker method available to download large files from web service???
Try using ASIHTTPRequest to download files. While I cannot say if it will make your downloads faster, it should certainly make it easier.